<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-03-10T16:11:09.407+01:00"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>ncWMS Server</Title>
        <Abstract></Abstract>
        <KeywordList>
            <Keyword></Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://services.data.shom.fr/ncwms2/wms"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson></ContactPerson>
                <ContactOrganization></ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress></ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>4096</MaxWidth>
        <MaxHeight>4096</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://services.data.shom.fr/ncwms2/wms"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://services.data.shom.fr/ncwms2/wms"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://services.data.shom.fr/ncwms2/wms"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <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</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</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>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <Layer>
            <Title>ncWMS 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>HYDRODYN-MJ_HYCOM3D-MJ_R1000_MANGASC_*</Title>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R1000_MANGASC/temperature</Name>
        <Title>temperature</Title>
        <Abstract>in situ Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R1000_MANGASC/salinity</Name>
        <Title>salinity</Title>
        <Abstract>salinity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for sea_water_velocity</Abstract>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R1000_MANGASC/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
eastward velocity and
northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R1000_MANGASC/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
eastward velocity and
northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R1000_MANGASC/u</Name>
        <Title>u</Title>
        <Abstract>eastward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R1000_MANGASC/v</Name>
        <Title>v</Title>
        <Abstract>northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>HYDRODYN-MJ_HYCOM3D-MJ_R2000_MEDOCNORD_*</Title>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R2000_MEDOCNORD/temperature</Name>
        <Title>temperature</Title>
        <Abstract>in situ Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R2000_MEDOCNORD/salinity</Name>
        <Title>salinity</Title>
        <Abstract>salinity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for sea_water_velocity</Abstract>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R2000_MEDOCNORD/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
eastward velocity and
northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R2000_MEDOCNORD/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
eastward velocity and
northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R2000_MEDOCNORD/u</Name>
        <Title>u</Title>
        <Abstract>eastward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-MJ_HYCOM3D-MJ_R2000_MEDOCNORD/v</Name>
        <Title>v</Title>
        <Abstract>northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T12:00:00.000Z/2026-03-14T12:00:00.000Z/P1D
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0,            2.0,            4.0,            6.0,            8.0,            10.0,            12.0,            14.0,            16.0,            18.0,            20.0,            22.0,            24.0,            26.0,            28.0,            30.0,            35.0,            40.0,            45.0,            50.0,            55.0,            60.0,            65.0,            70.0,            75.0,            80.0,            85.0,            90.0,            100.0,            125.0,            150.0,            175.0,            200.0,            250.0,            300.0,            350.0,            400.0,            500.0,            600.0,            700.0,            800.0,            900.0,            1000.0,            1250.0,            1500.0,            2000.0,            2500.0,            3000.0,            4000.0,            5000.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>HYDRODYN-SURF_HYCOM3D-SURF_R1000_MANGASC_*</Title>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R1000_MANGASC/temperature</Name>
        <Title>temperature</Title>
        <Abstract>in situ Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R1000_MANGASC/salinity</Name>
        <Title>salinity</Title>
        <Abstract>salinity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for sea_water_velocity</Abstract>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R1000_MANGASC/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
eastward velocity and
northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R1000_MANGASC/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
eastward velocity and
northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R1000_MANGASC/u</Name>
        <Title>u</Title>
        <Abstract>eastward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R1000_MANGASC/v</Name>
        <Title>v</Title>
        <Abstract>northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-15.0</westBoundLongitude>
            <eastBoundLongitude>2.9749999046325684</eastBoundLongitude>
            <southBoundLatitude>43.00867462158203</southBoundLatitude>
            <northBoundLatitude>51.00001525878906</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-15.0" maxx="2.9749999046325684" miny="43.00867462158203" maxy="51.00001525878906"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>HYDRODYN-SURF_HYCOM3D-SURF_R2000_MEDOCNORD_*</Title>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R2000_MEDOCNORD/temperature</Name>
        <Title>temperature</Title>
        <Abstract>in situ Temperature</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R2000_MEDOCNORD/salinity</Name>
        <Title>salinity</Title>
        <Abstract>salinity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for sea_water_velocity</Abstract>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R2000_MEDOCNORD/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
eastward velocity and
northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R2000_MEDOCNORD/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
eastward velocity and
northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R2000_MEDOCNORD/u</Name>
        <Title>u</Title>
        <Abstract>eastward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>HYDRODYN-SURF_HYCOM3D-SURF_R2000_MEDOCNORD/v</Name>
        <Title>v</Title>
        <Abstract>northward velocity</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.0</westBoundLongitude>
            <eastBoundLongitude>12.0</eastBoundLongitude>
            <southBoundLatitude>38.0</southBoundLatitude>
            <northBoundLatitude>44.5</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.0" maxx="12.0" miny="38.0" maxy="44.5"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-15T00:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="0.0">
            0.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>METEO_AROME_R1100_EURW1S100-MER_*</Title>
    <Layer queryable="1">
        <Name>METEO_AROME_R1100_EURW1S100-MER/Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure_reduced_to_MSL_msl</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-12.004999999999999</westBoundLongitude>
            <eastBoundLongitude>16.005</eastBoundLongitude>
            <southBoundLatitude>37.49499999957378</southBoundLatitude>
            <northBoundLatitude>55.40500152630513</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-12.004999999999999" maxx="16.005" miny="37.49499999957378" maxy="55.40500152630513"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T03:00:00.000Z/PT1H,2026-02-28T00:00:00.000Z/2026-03-12T03:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>METEO_AROME_R1100_EURW1S100-MER/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-12.004999999999999</westBoundLongitude>
            <eastBoundLongitude>16.005</eastBoundLongitude>
            <southBoundLatitude>37.49499999957378</southBoundLatitude>
            <northBoundLatitude>55.40500152630513</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-12.004999999999999" maxx="16.005" miny="37.49499999957378" maxy="55.40500152630513"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T03:00:00.000Z/PT1H,2026-02-28T00:00:00.000Z/2026-03-12T03:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R1100_EURW1S100-MER/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-12.004999999999999</westBoundLongitude>
            <eastBoundLongitude>16.005</eastBoundLongitude>
            <southBoundLatitude>37.49499999957378</southBoundLatitude>
            <northBoundLatitude>55.40500152630513</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-12.004999999999999" maxx="16.005" miny="37.49499999957378" maxy="55.40500152630513"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T03:00:00.000Z/PT1H,2026-02-28T00:00:00.000Z/2026-03-12T03:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R1100_EURW1S100-MER/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-12.004999999999999</westBoundLongitude>
            <eastBoundLongitude>16.005</eastBoundLongitude>
            <southBoundLatitude>37.49499999957378</southBoundLatitude>
            <northBoundLatitude>55.40500152630513</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-12.004999999999999" maxx="16.005" miny="37.49499999957378" maxy="55.40500152630513"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T03:00:00.000Z/PT1H,2026-02-28T00:00:00.000Z/2026-03-12T03:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R1100_EURW1S100-MER/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-12.004999999999999</westBoundLongitude>
            <eastBoundLongitude>16.005</eastBoundLongitude>
            <southBoundLatitude>37.49499999957378</southBoundLatitude>
            <northBoundLatitude>55.40500152630513</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-12.004999999999999" maxx="16.005" miny="37.49499999957378" maxy="55.40500152630513"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T03:00:00.000Z/PT1H,2026-02-28T00:00:00.000Z/2026-03-12T03:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>METEO_AROME_R2100_CARAIB0025-MER_*</Title>
    <Layer queryable="1">
        <Name>METEO_AROME_R2100_CARAIB0025-MER/Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure_reduced_to_MSL_msl</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.3124877800376</westBoundLongitude>
            <eastBoundLongitude>-51.6875122199624</eastBoundLongitude>
            <southBoundLatitude>9.687499809445757</southBoundLatitude>
            <northBoundLatitude>22.912499618349653</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.3124877800376" maxx="-51.6875122199624" miny="9.687499809445757" maxy="22.912499618349653"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>METEO_AROME_R2100_CARAIB0025-MER/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.3124877800376</westBoundLongitude>
            <eastBoundLongitude>-51.6875122199624</eastBoundLongitude>
            <southBoundLatitude>9.687499809445757</southBoundLatitude>
            <northBoundLatitude>22.912499618349653</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.3124877800376" maxx="-51.6875122199624" miny="9.687499809445757" maxy="22.912499618349653"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R2100_CARAIB0025-MER/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.3124877800376</westBoundLongitude>
            <eastBoundLongitude>-51.6875122199624</eastBoundLongitude>
            <southBoundLatitude>9.687499809445757</southBoundLatitude>
            <northBoundLatitude>22.912499618349653</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.3124877800376" maxx="-51.6875122199624" miny="9.687499809445757" maxy="22.912499618349653"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R2100_CARAIB0025-MER/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.3124877800376</westBoundLongitude>
            <eastBoundLongitude>-51.6875122199624</eastBoundLongitude>
            <southBoundLatitude>9.687499809445757</southBoundLatitude>
            <northBoundLatitude>22.912499618349653</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.3124877800376" maxx="-51.6875122199624" miny="9.687499809445757" maxy="22.912499618349653"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R2100_CARAIB0025-MER/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.3124877800376</westBoundLongitude>
            <eastBoundLongitude>-51.6875122199624</eastBoundLongitude>
            <southBoundLatitude>9.687499809445757</southBoundLatitude>
            <northBoundLatitude>22.912499618349653</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.3124877800376" maxx="-51.6875122199624" miny="9.687499809445757" maxy="22.912499618349653"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>METEO_AROME_R2200_GUYANE0025-MER_*</Title>
    <Layer queryable="1">
        <Name>METEO_AROME_R2200_GUYANE0025-MER/Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure_reduced_to_MSL_msl</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-56.7625000146017</westBoundLongitude>
            <eastBoundLongitude>-46.28748777836705</eastBoundLongitude>
            <southBoundLatitude>1.0374999525426318</southBoundLatitude>
            <northBoundLatitude>8.962499809038789</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-56.7625000146017" maxx="-46.28748777836705" miny="1.0374999525426318" maxy="8.962499809038789"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>METEO_AROME_R2200_GUYANE0025-MER/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-56.7625000146017</westBoundLongitude>
            <eastBoundLongitude>-46.28748777836705</eastBoundLongitude>
            <southBoundLatitude>1.0374999525426318</southBoundLatitude>
            <northBoundLatitude>8.962499809038789</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-56.7625000146017" maxx="-46.28748777836705" miny="1.0374999525426318" maxy="8.962499809038789"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R2200_GUYANE0025-MER/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-56.7625000146017</westBoundLongitude>
            <eastBoundLongitude>-46.28748777836705</eastBoundLongitude>
            <southBoundLatitude>1.0374999525426318</southBoundLatitude>
            <northBoundLatitude>8.962499809038789</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-56.7625000146017" maxx="-46.28748777836705" miny="1.0374999525426318" maxy="8.962499809038789"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R2200_GUYANE0025-MER/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-56.7625000146017</westBoundLongitude>
            <eastBoundLongitude>-46.28748777836705</eastBoundLongitude>
            <southBoundLatitude>1.0374999525426318</southBoundLatitude>
            <northBoundLatitude>8.962499809038789</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-56.7625000146017" maxx="-46.28748777836705" miny="1.0374999525426318" maxy="8.962499809038789"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R2200_GUYANE0025-MER/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-56.7625000146017</westBoundLongitude>
            <eastBoundLongitude>-46.28748777836705</eastBoundLongitude>
            <southBoundLatitude>1.0374999525426318</southBoundLatitude>
            <northBoundLatitude>8.962499809038789</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-56.7625000146017" maxx="-46.28748777836705" miny="1.0374999525426318" maxy="8.962499809038789"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>METEO_AROME_R3100_INDIEN0025-MER_*</Title>
    <Layer queryable="1">
        <Name>METEO_AROME_R3100_INDIEN0025-MER/Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure_reduced_to_MSL_msl</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>32.7375000005473</westBoundLongitude>
            <eastBoundLongitude>67.6124984735738</eastBoundLongitude>
            <southBoundLatitude>-25.912499618291324</southBoundLatitude>
            <northBoundLatitude>-3.4375000479226654</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="32.7375000005473" maxx="67.6124984735738" miny="-25.912499618291324" maxy="-3.4375000479226654"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>METEO_AROME_R3100_INDIEN0025-MER/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>32.7375000005473</westBoundLongitude>
            <eastBoundLongitude>67.6124984735738</eastBoundLongitude>
            <southBoundLatitude>-25.912499618291324</southBoundLatitude>
            <northBoundLatitude>-3.4375000479226654</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="32.7375000005473" maxx="67.6124984735738" miny="-25.912499618291324" maxy="-3.4375000479226654"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R3100_INDIEN0025-MER/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>32.7375000005473</westBoundLongitude>
            <eastBoundLongitude>67.6124984735738</eastBoundLongitude>
            <southBoundLatitude>-25.912499618291324</southBoundLatitude>
            <northBoundLatitude>-3.4375000479226654</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="32.7375000005473" maxx="67.6124984735738" miny="-25.912499618291324" maxy="-3.4375000479226654"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R3100_INDIEN0025-MER/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>32.7375000005473</westBoundLongitude>
            <eastBoundLongitude>67.6124984735738</eastBoundLongitude>
            <southBoundLatitude>-25.912499618291324</southBoundLatitude>
            <northBoundLatitude>-3.4375000479226654</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="32.7375000005473" maxx="67.6124984735738" miny="-25.912499618291324" maxy="-3.4375000479226654"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_AROME_R3100_INDIEN0025-MER/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>32.7375000005473</westBoundLongitude>
            <eastBoundLongitude>67.6124984735738</eastBoundLongitude>
            <southBoundLatitude>-25.912499618291324</southBoundLatitude>
            <northBoundLatitude>-3.4375000479226654</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="32.7375000005473" maxx="67.6124984735738" miny="-25.912499618291324" maxy="-3.4375000479226654"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-27T18:00:00.000Z/PT1H,2026-03-03T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>METEO_ARPEGE_R0000_GLOB025-MER_*</Title>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R0000_GLOB025-MER/Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure_reduced_to_MSL_msl</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R0000_GLOB025-MER/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R0000_GLOB025-MER/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R0000_GLOB025-MER/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R0000_GLOB025-MER/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>METEO_ARPEGE_R1000_EURAT01-MER_*</Title>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R1000_EURAT01-MER/Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure_reduced_to_MSL_msl</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R1000_EURAT01-MER/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R1000_EURAT01-MER/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R1000_EURAT01-MER/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R1000_EURAT01-MER/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>METEO_ARPEGE_R2000_ANGUY025-MER_*</Title>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R2000_ANGUY025-MER/Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure_reduced_to_MSL_msl</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.125</westBoundLongitude>
            <eastBoundLongitude>-44.875</eastBoundLongitude>
            <southBoundLatitude>-5.125</southBoundLatitude>
            <northBoundLatitude>28.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.125" maxx="-44.875" miny="-5.125" maxy="28.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R2000_ANGUY025-MER/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.125</westBoundLongitude>
            <eastBoundLongitude>-44.875</eastBoundLongitude>
            <southBoundLatitude>-5.125</southBoundLatitude>
            <northBoundLatitude>28.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.125" maxx="-44.875" miny="-5.125" maxy="28.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R2000_ANGUY025-MER/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.125</westBoundLongitude>
            <eastBoundLongitude>-44.875</eastBoundLongitude>
            <southBoundLatitude>-5.125</southBoundLatitude>
            <northBoundLatitude>28.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.125" maxx="-44.875" miny="-5.125" maxy="28.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R2000_ANGUY025-MER/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.125</westBoundLongitude>
            <eastBoundLongitude>-44.875</eastBoundLongitude>
            <southBoundLatitude>-5.125</southBoundLatitude>
            <northBoundLatitude>28.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.125" maxx="-44.875" miny="-5.125" maxy="28.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R2000_ANGUY025-MER/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.125</westBoundLongitude>
            <eastBoundLongitude>-44.875</eastBoundLongitude>
            <southBoundLatitude>-5.125</southBoundLatitude>
            <northBoundLatitude>28.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.125" maxx="-44.875" miny="-5.125" maxy="28.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>METEO_ARPEGE_R3000_MASCA025-MER_*</Title>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R3000_MASCA025-MER/Pressure_reduced_to_MSL_msl</Name>
        <Title>Pressure_reduced_to_MSL_msl</Title>
        <Abstract>Pressure reduced to MSL @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.375</westBoundLongitude>
            <eastBoundLongitude>88.625</eastBoundLongitude>
            <southBoundLatitude>-32.125</southBoundLatitude>
            <northBoundLatitude>0.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.375" maxx="88.625" miny="-32.125" maxy="0.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R3000_MASCA025-MER/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.375</westBoundLongitude>
            <eastBoundLongitude>88.625</eastBoundLongitude>
            <southBoundLatitude>-32.125</southBoundLatitude>
            <northBoundLatitude>0.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.375" maxx="88.625" miny="-32.125" maxy="0.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R3000_MASCA025-MER/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Specified height level above ground and
v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.375</westBoundLongitude>
            <eastBoundLongitude>88.625</eastBoundLongitude>
            <southBoundLatitude>-32.125</southBoundLatitude>
            <northBoundLatitude>0.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.375" maxx="88.625" miny="-32.125" maxy="0.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R3000_MASCA025-MER/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.375</westBoundLongitude>
            <eastBoundLongitude>88.625</eastBoundLongitude>
            <southBoundLatitude>-32.125</southBoundLatitude>
            <northBoundLatitude>0.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.375" maxx="88.625" miny="-32.125" maxy="0.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>METEO_ARPEGE_R3000_MASCA025-MER/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.375</westBoundLongitude>
            <eastBoundLongitude>88.625</eastBoundLongitude>
            <southBoundLatitude>-32.125</southBoundLatitude>
            <northBoundLatitude>0.125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.375" maxx="88.625" miny="-32.125" maxy="0.125"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="m" default="10.0">
            10.0        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_HYCOM2D_R2000_MED-CG_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R2000_MED-CG/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-179.3979034423828</westBoundLongitude>
            <eastBoundLongitude>179.838623046875</eastBoundLongitude>
            <southBoundLatitude>-4.182620048522949</southBoundLatitude>
            <northBoundLatitude>89.36170959472656</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-179.3979034423828" maxx="179.838623046875" miny="-4.182620048522949" maxy="89.36170959472656"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T23:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_HYCOM2D_R3000_ANG-CG_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R3000_ANG-CG/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.86114501953125</westBoundLongitude>
            <eastBoundLongitude>-19.293182373046875</eastBoundLongitude>
            <southBoundLatitude>-8.394109725952148</southBoundLatitude>
            <northBoundLatitude>34.3243408203125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.86114501953125" maxx="-19.293182373046875" miny="-8.394109725952148" maxy="34.3243408203125"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R3000_ANG-CG/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.86114501953125</westBoundLongitude>
            <eastBoundLongitude>-19.293182373046875</eastBoundLongitude>
            <southBoundLatitude>-8.394109725952148</southBoundLatitude>
            <northBoundLatitude>34.3243408203125</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.86114501953125" maxx="-19.293182373046875" miny="-8.394109725952148" maxy="34.3243408203125"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_HYCOM2D_R5000_OIN-CG_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R5000_OIN-CG/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>32.029998779296875</westBoundLongitude>
            <eastBoundLongitude>67.52603149414062</eastBoundLongitude>
            <southBoundLatitude>-29.941999435424805</southBoundLatitude>
            <northBoundLatitude>-7.988999366760254</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="32.029998779296875" maxx="67.52603149414062" miny="-29.941999435424805" maxy="-7.988999366760254"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R5000_OIN-CG/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>32.029998779296875</westBoundLongitude>
            <eastBoundLongitude>67.52603149414062</eastBoundLongitude>
            <southBoundLatitude>-29.941999435424805</southBoundLatitude>
            <northBoundLatitude>-7.988999366760254</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="32.029998779296875" maxx="67.52603149414062" miny="-29.941999435424805" maxy="-7.988999366760254"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_HYCOM2D_R5100_MAY-CG_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R5100_MAY-CG/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.509490966796875</westBoundLongitude>
            <eastBoundLongitude>46.953765869140625</eastBoundLongitude>
            <southBoundLatitude>-13.81725025177002</southBoundLatitude>
            <northBoundLatitude>-10.801250457763672</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.509490966796875" maxx="46.953765869140625" miny="-13.81725025177002" maxy="-10.801250457763672"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R5100_MAY-CG/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.509490966796875</westBoundLongitude>
            <eastBoundLongitude>46.953765869140625</eastBoundLongitude>
            <southBoundLatitude>-13.81725025177002</southBoundLatitude>
            <northBoundLatitude>-10.801250457763672</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.509490966796875" maxx="46.953765869140625" miny="-13.81725025177002" maxy="-10.801250457763672"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_HYCOM2D_R5110_MAY-CG_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R5110_MAY-CG/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.65350341796875</westBoundLongitude>
            <eastBoundLongitude>45.6702880859375</eastBoundLongitude>
            <southBoundLatitude>-13.407309532165527</southBoundLatitude>
            <northBoundLatitude>-12.281739234924316</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.65350341796875" maxx="45.6702880859375" miny="-13.407309532165527" maxy="-12.281739234924316"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R5110_MAY-CG/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.65350341796875</westBoundLongitude>
            <eastBoundLongitude>45.6702880859375</eastBoundLongitude>
            <southBoundLatitude>-13.407309532165527</southBoundLatitude>
            <northBoundLatitude>-12.281739234924316</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.65350341796875" maxx="45.6702880859375" miny="-13.407309532165527" maxy="-12.281739234924316"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_HYCOM2D_R5200_REU-CG_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R5200_REU-CG/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>53.610504150390625</westBoundLongitude>
            <eastBoundLongitude>60.563262939453125</eastBoundLongitude>
            <southBoundLatitude>-22.572250366210938</southBoundLatitude>
            <northBoundLatitude>-18.00474739074707</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="53.610504150390625" maxx="60.563262939453125" miny="-22.572250366210938" maxy="-18.00474739074707"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_HYCOM2D_R5200_REU-CG/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>53.610504150390625</westBoundLongitude>
            <eastBoundLongitude>60.563262939453125</eastBoundLongitude>
            <southBoundLatitude>-22.572250366210938</southBoundLatitude>
            <northBoundLatitude>-18.00474739074707</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="53.610504150390625" maxx="60.563262939453125" miny="-22.572250366210938" maxy="-18.00474739074707"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-11T18:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_TOLOSA_R1000_ATL-5KM_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1000_ATL-5KM/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-9.025</westBoundLongitude>
            <eastBoundLongitude>10.025</eastBoundLongitude>
            <southBoundLatitude>42.975</southBoundLatitude>
            <northBoundLatitude>62.025</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-9.025" maxx="10.025" miny="42.975" maxy="62.025"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1000_ATL-5KM/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-9.025</westBoundLongitude>
            <eastBoundLongitude>10.025</eastBoundLongitude>
            <southBoundLatitude>42.975</southBoundLatitude>
            <northBoundLatitude>62.025</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-9.025" maxx="10.025" miny="42.975" maxy="62.025"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_TOLOSA_R1100_FACADE-1KM_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1100_FACADE-1KM/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.005</westBoundLongitude>
            <eastBoundLongitude>3.005</eastBoundLongitude>
            <southBoundLatitude>42.995000000000005</southBoundLatitude>
            <northBoundLatitude>52.004999999999995</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.005" maxx="3.005" miny="42.995000000000005" maxy="52.004999999999995"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1100_FACADE-1KM/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.005</westBoundLongitude>
            <eastBoundLongitude>3.005</eastBoundLongitude>
            <southBoundLatitude>42.995000000000005</southBoundLatitude>
            <northBoundLatitude>52.004999999999995</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.005" maxx="3.005" miny="42.995000000000005" maxy="52.004999999999995"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_TOLOSA_R1110_PASCA-200M_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1110_PASCA-200M/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.001</westBoundLongitude>
            <eastBoundLongitude>3.001</eastBoundLongitude>
            <southBoundLatitude>49.69900076336331</southBoundLatitude>
            <northBoundLatitude>51.500999999576145</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.001" maxx="3.001" miny="49.69900076336331" maxy="51.500999999576145"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1110_PASCA-200M/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.001</westBoundLongitude>
            <eastBoundLongitude>3.001</eastBoundLongitude>
            <southBoundLatitude>49.69900076336331</southBoundLatitude>
            <northBoundLatitude>51.500999999576145</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.001" maxx="3.001" miny="49.69900076336331" maxy="51.500999999576145"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_TOLOSA_R1120_NORMANDIE-200M_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1120_NORMANDIE-200M/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.001</westBoundLongitude>
            <eastBoundLongitude>1.501</eastBoundLongitude>
            <southBoundLatitude>48.39900152767406</southBoundLatitude>
            <northBoundLatitude>50.10099847232594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.001" maxx="1.501" miny="48.39900152767406" maxy="50.10099847232594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1120_NORMANDIE-200M/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.001</westBoundLongitude>
            <eastBoundLongitude>1.501</eastBoundLongitude>
            <southBoundLatitude>48.39900152767406</southBoundLatitude>
            <northBoundLatitude>50.10099847232594</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.001" maxx="1.501" miny="48.39900152767406" maxy="50.10099847232594"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_TOLOSA_R1130_ARMOR-200M_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1130_ARMOR-200M/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.500999999994255</westBoundLongitude>
            <eastBoundLongitude>-1.3490000238476032</eastBoundLongitude>
            <southBoundLatitude>46.899001527266066</southBoundLatitude>
            <northBoundLatitude>49.100998472733934</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.500999999994255" maxx="-1.3490000238476032" miny="46.899001527266066" maxy="49.100998472733934"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1130_ARMOR-200M/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.500999999994255</westBoundLongitude>
            <eastBoundLongitude>-1.3490000238476032</eastBoundLongitude>
            <southBoundLatitude>46.899001527266066</southBoundLatitude>
            <northBoundLatitude>49.100998472733934</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.500999999994255" maxx="-1.3490000238476032" miny="46.899001527266066" maxy="49.100998472733934"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>NIVEAUX_TOLOSA_R1140_AQUI-200M_*</Title>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1140_AQUI-200M/ssh</Name>
        <Title>ssh</Title>
        <Abstract>Hauteur eau par rapport au niveau moyen</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.6009999045865104</westBoundLongitude>
            <eastBoundLongitude>-0.39900000600652263</eastBoundLongitude>
            <southBoundLatitude>43.199000763116885</southBoundLatitude>
            <northBoundLatitude>47.50099999982257</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.6009999045865104" maxx="-0.39900000600652263" miny="43.199000763116885" maxy="47.50099999982257"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>NIVEAUX_TOLOSA_R1140_AQUI-200M/surge</Name>
        <Title>surge</Title>
        <Abstract>Surcote</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.6009999045865104</westBoundLongitude>
            <eastBoundLongitude>-0.39900000600652263</eastBoundLongitude>
            <southBoundLatitude>43.199000763116885</southBoundLatitude>
            <northBoundLatitude>47.50099999982257</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.6009999045865104" maxx="-0.39900000600652263" miny="43.199000763116885" maxy="47.50099999982257"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT1H
        </Dimension>
</Layer>
            </Layer>
            <Layer>
                <Title>RADARHF_OBS_R1110_IROISE_*</Title>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/flag</Name>
        <Title>flag</Title>
        <Abstract>Flag de validite</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for sea_water_velocity</Abstract>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components: Composante U du courant and Composante V du courant</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components: Composante U du courant and Composante V du courant</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/u</Name>
        <Title>u</Title>
        <Abstract>Composante U du courant</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/v</Name>
        <Title>v</Title>
        <Abstract>Composante V du courant</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>ewct_error:nsct_error-group</Title>
        <Abstract>Vector fields for sea_water_velocity_error</Abstract>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/ewct_error:nsct_error-mag</Name>
        <Title>ewct_error:nsct_error-mag</Title>
        <Abstract>Magnitude of components: Precision de la composante U du courant and Precision de la composante V du courant</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/ewct_error:nsct_error-dir</Name>
        <Title>ewct_error:nsct_error-dir</Title>
        <Abstract>Direction of components: Precision de la composante U du courant and Precision de la composante V du courant</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/ewct_error</Name>
        <Title>ewct_error</Title>
        <Abstract>Precision de la composante U du courant</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>RADARHF_OBS_R1110_IROISE/nsct_error</Name>
        <Title>nsct_error</Title>
        <Abstract>Precision de la composante V du courant</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.796854266637489</westBoundLongitude>
            <eastBoundLongitude>-4.632965794092492</eastBoundLongitude>
            <southBoundLatitude>47.29582937048116</southBoundLatitude>
            <northBoundLatitude>49.27566950036845</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.796854266637489" maxx="-4.632965794092492" miny="47.29582937048116" maxy="49.27566950036845"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2021-01-31T00:00:00.000Z,2021-01-31T00:09:25.000Z/2021-01-31T00:37:43.000Z/PT9M26S,2021-01-31T00:47:08.000Z,2021-01-31T01:00:00.000Z,2021-01-31T01:09:25.000Z/2021-01-31T01:37:43.000Z/PT9M26S,2021-01-31T01:47:08.000Z,2021-01-31T02:00:00.000Z,2021-01-31T02:09:25.000Z/2021-01-31T02:37:43.000Z/PT9M26S,2021-01-31T02:47:08.000Z,2021-01-31T03:00:00.000Z,2021-01-31T03:09:25.000Z/2021-01-31T03:37:43.000Z/PT9M26S,2021-01-31T03:47:08.000Z,2021-01-31T04:00:00.000Z,2021-01-31T04:09:25.000Z/2021-01-31T04:37:43.000Z/PT9M26S,2021-01-31T04:47:08.000Z,2021-01-31T05:00:00.000Z,2021-01-31T05:09:25.000Z/2021-01-31T05:37:43.000Z/PT9M26S,2021-01-31T05:47:08.000Z,2021-01-31T06:00:00.000Z,2021-01-31T06:09:25.000Z/2021-01-31T06:37:43.000Z/PT9M26S,2021-01-31T06:47:08.000Z,2021-01-31T07:00:00.000Z,2021-01-31T07:09:25.000Z/2021-01-31T07:37:43.000Z/PT9M26S,2021-01-31T07:47:08.000Z,2021-01-31T08:00:00.000Z,2021-01-31T08:09:25.000Z/2021-01-31T08:37:43.000Z/PT9M26S,2021-01-31T08:47:08.000Z,2021-01-31T09:00:00.000Z,2021-01-31T09:09:25.000Z/2021-01-31T09:37:43.000Z/PT9M26S,2021-01-31T09:47:08.000Z,2021-01-31T10:00:00.000Z,2021-01-31T10:09:25.000Z/2021-01-31T10:37:43.000Z/PT9M26S,2021-01-31T10:47:08.000Z,2021-01-31T11:00:00.000Z,2021-01-31T11:09:25.000Z/2021-01-31T11:37:43.000Z/PT9M26S,2021-01-31T11:47:08.000Z,2021-01-31T12:00:00.000Z,2021-01-31T12:09:25.000Z/2021-01-31T12:37:43.000Z/PT9M26S,2021-01-31T12:47:08.000Z,2021-01-31T13:00:00.000Z,2021-01-31T13:09:25.000Z/2021-01-31T13:37:43.000Z/PT9M26S,2021-01-31T13:47:08.000Z
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_MFWAM_R0000_GLOB05_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Direction_of_wind_waves_msl</Name>
        <Title>Direction_of_wind_waves_msl</Title>
        <Abstract>Direction of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>Mean period of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Primary_wave_direction_msl</Name>
        <Title>Primary_wave_direction_msl</Title>
        <Abstract>Primary wave direction @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>Primary wave mean period @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Primary_wave_significant_height</Name>
        <Title>Primary_wave_significant_height</Title>
        <Abstract>Unknown Parameter 85-10-2-202 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Secondary_wave_direction_msl</Name>
        <Title>Secondary_wave_direction_msl</Title>
        <Abstract>Secondary wave direction @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>Secondary wave mean period @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Secondary_wave_significant_height</Name>
        <Title>Secondary_wave_significant_height</Title>
        <Abstract>Unknown Parameter 85-10-2-203 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/Significant_height_of_wind_waves_msl</Name>
        <Title>Significant_height_of_wind_waves_msl</Title>
        <Abstract>Significant height of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>Unknown Parameter 85-10-2-201 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Mean sea level and
v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Mean sea level and
v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R0000_GLOB05/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-180.0</westBoundLongitude>
            <eastBoundLongitude>180.0</eastBoundLongitude>
            <southBoundLatitude>-90.0</southBoundLatitude>
            <northBoundLatitude>90.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-180.0" maxx="180.0" miny="-90.0" maxy="90.0"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_MFWAM_R1000_EURAT01_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Direction_of_wind_waves_msl</Name>
        <Title>Direction_of_wind_waves_msl</Title>
        <Abstract>Direction of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>Mean period of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Primary_wave_direction_msl</Name>
        <Title>Primary_wave_direction_msl</Title>
        <Abstract>Primary wave direction @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>Primary wave mean period @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Primary_wave_significant_height</Name>
        <Title>Primary_wave_significant_height</Title>
        <Abstract>Unknown Parameter 85-10-2-202 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Secondary_wave_direction_msl</Name>
        <Title>Secondary_wave_direction_msl</Title>
        <Abstract>Secondary wave direction @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>Secondary wave mean period @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Secondary_wave_significant_height</Name>
        <Title>Secondary_wave_significant_height</Title>
        <Abstract>Unknown Parameter 85-10-2-203 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/Significant_height_of_wind_waves_msl</Name>
        <Title>Significant_height_of_wind_waves_msl</Title>
        <Abstract>Significant height of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>Unknown Parameter 85-10-2-201 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Mean sea level and
v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Mean sea level and
v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R1000_EURAT01/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-32.05</westBoundLongitude>
            <eastBoundLongitude>42.05</eastBoundLongitude>
            <southBoundLatitude>19.950000000000003</southBoundLatitude>
            <northBoundLatitude>72.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-32.05" maxx="42.05" miny="19.950000000000003" maxy="72.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_MFWAM_R2000_ANGUY01_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Direction_of_wind_waves_msl</Name>
        <Title>Direction_of_wind_waves_msl</Title>
        <Abstract>Direction of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>Mean period of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Primary_wave_direction_msl</Name>
        <Title>Primary_wave_direction_msl</Title>
        <Abstract>Primary wave direction @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>Primary wave mean period @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Primary_wave_significant_height</Name>
        <Title>Primary_wave_significant_height</Title>
        <Abstract>Unknown Parameter 85-10-2-202 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Secondary_wave_direction_msl</Name>
        <Title>Secondary_wave_direction_msl</Title>
        <Abstract>Secondary wave direction @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>Secondary wave mean period @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Secondary_wave_significant_height</Name>
        <Title>Secondary_wave_significant_height</Title>
        <Abstract>Unknown Parameter 85-10-2-203 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/Significant_height_of_wind_waves_msl</Name>
        <Title>Significant_height_of_wind_waves_msl</Title>
        <Abstract>Significant height of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>Unknown Parameter 85-10-2-201 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Mean sea level and
v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Mean sea level and
v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R2000_ANGUY01/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-75.05000000000001</westBoundLongitude>
            <eastBoundLongitude>-44.94999999999999</eastBoundLongitude>
            <southBoundLatitude>-5.049998570211006</southBoundLatitude>
            <northBoundLatitude>28.050001908071113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-75.05000000000001" maxx="-44.94999999999999" miny="-5.049998570211006" maxy="28.050001908071113"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_MFWAM_R3000_MASCA01_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Direction_of_wind_waves_msl</Name>
        <Title>Direction_of_wind_waves_msl</Title>
        <Abstract>Direction of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>Mean period of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Primary_wave_direction_msl</Name>
        <Title>Primary_wave_direction_msl</Title>
        <Abstract>Primary wave direction @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>Primary wave mean period @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Primary_wave_significant_height</Name>
        <Title>Primary_wave_significant_height</Title>
        <Abstract>Unknown Parameter 85-10-2-202 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Secondary_wave_direction_msl</Name>
        <Title>Secondary_wave_direction_msl</Title>
        <Abstract>Secondary wave direction @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>Secondary wave mean period @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Secondary_wave_significant_height</Name>
        <Title>Secondary_wave_significant_height</Title>
        <Abstract>Unknown Parameter 85-10-2-203 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/Significant_height_of_wind_waves_msl</Name>
        <Title>Significant_height_of_wind_waves_msl</Title>
        <Abstract>Significant height of wind waves @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>Unknown Parameter 85-10-2-201 @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wind</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
u-component of wind @ Mean sea level and
v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
u-component of wind @ Mean sea level and
v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/u</Name>
        <Title>u</Title>
        <Abstract>u-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_MFWAM_R3000_MASCA01/v</Name>
        <Title>v</Title>
        <Abstract>v-component of wind @ Mean sea level</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>31.450001909021744</westBoundLongitude>
            <eastBoundLongitude>88.54999999832688</eastBoundLongitude>
            <southBoundLatitude>-32.05</southBoundLatitude>
            <northBoundLatitude>0.05</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="31.450001909021744" maxx="88.54999999832688" miny="-32.05" maxy="0.05"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-14T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1100_NORGAS-2MIN_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1100_NORGAS-2MIN/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-7.016714285441807</westBoundLongitude>
            <eastBoundLongitude>4.716714094706946</eastBoundLongitude>
            <southBoundLatitude>43.283274494397105</southBoundLatitude>
            <northBoundLatitude>52.916726268542355</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-7.016714285441807" maxx="4.716714094706946" miny="43.283274494397105" maxy="52.916726268542355"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1110_MANCHE-NORD-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1110_MANCHE-NORD-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.0031812726234905</westBoundLongitude>
            <eastBoundLongitude>3.3031814633583534</eastBoundLongitude>
            <southBoundLatitude>49.09774933719305</southBoundLatitude>
            <northBoundLatitude>51.702249899867496</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0031812726234905" maxx="3.3031814633583534" miny="49.09774933719305" maxy="51.702249899867496"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1111_PDC-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1111_PDC-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>1.2987499523162842</westBoundLongitude>
            <eastBoundLongitude>2.801249952316284</eastBoundLongitude>
            <southBoundLatitude>49.999166666136844</southBoundLatitude>
            <northBoundLatitude>51.20083409680261</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.2987499523162842" maxx="2.801249952316284" miny="49.999166666136844" maxy="51.20083409680261"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1112_NORMANDIE-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1112_NORMANDIE-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-0.75125</westBoundLongitude>
            <eastBoundLongitude>1.50125</eastBoundLongitude>
            <southBoundLatitude>49.19916742960612</southBoundLatitude>
            <northBoundLatitude>50.200834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.75125" maxx="1.50125" miny="49.19916742960612" maxy="50.200834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1113_COTENTIN-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1113_COTENTIN-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.601249904575802</westBoundLongitude>
            <eastBoundLongitude>-0.4987500000567664</eastBoundLongitude>
            <southBoundLatitude>48.54916590328874</southBoundLatitude>
            <northBoundLatitude>50.00083333377181</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.601249904575802" maxx="-0.4987500000567664" miny="48.54916590328874" maxy="50.00083333377181"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1120_MANCHE-SUD-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1120_MANCHE-SUD-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.40318075694504</westBoundLongitude>
            <eastBoundLongitude>-1.3968194337898234</eastBoundLongitude>
            <southBoundLatitude>47.99774678275309</southBoundLatitude>
            <northBoundLatitude>50.102251691368004</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.40318075694504" maxx="-1.3968194337898234" miny="47.99774678275309" maxy="50.102251691368004"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1121_ARMOR-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1121_ARMOR-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.2012498091567645</westBoundLongitude>
            <eastBoundLongitude>-1.998750000108372</eastBoundLongitude>
            <southBoundLatitude>48.499166667822635</southBoundLatitude>
            <northBoundLatitude>49.60083180629846</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.2012498091567645" maxx="-1.998750000108372" miny="48.499166667822635" maxy="49.60083180629846"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1122_FINIS-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1122_FINIS-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-5.350972348559118</westBoundLongitude>
            <eastBoundLongitude>-4.0995786844609015</eastBoundLongitude>
            <southBoundLatitude>47.73338852226734</southBoundLatitude>
            <northBoundLatitude>48.802435299754144</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-5.350972348559118" maxx="-4.0995786844609015" miny="47.73338852226734" maxy="48.802435299754144"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1130_GASCOGNE-NORD-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1130_GASCOGNE-NORD-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-6.603179554871042</westBoundLongitude>
            <eastBoundLongitude>1.4031797456059052</eastBoundLongitude>
            <southBoundLatitude>46.397748308631996</southBoundLatitude>
            <northBoundLatitude>48.50225321724691</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-6.603179554871042" maxx="1.4031797456059052" miny="46.397748308631996" maxy="48.50225321724691"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1131_SUDBZH-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1131_SUDBZH-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-4.753750057176376</westBoundLongitude>
            <eastBoundLongitude>-3.1287501144850016</eastBoundLongitude>
            <southBoundLatitude>47.19916742972198</southBoundLatitude>
            <northBoundLatitude>47.93250066109833</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-4.753750057176376" maxx="-3.1287501144850016" miny="47.19916742972198" maxy="47.93250066109833"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1132_LOIRE-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1132_LOIRE-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.5012499999999998</westBoundLongitude>
            <eastBoundLongitude>-1.99875</eastBoundLongitude>
            <southBoundLatitude>46.59916513905381</southBoundLatitude>
            <northBoundLatitude>47.70083409800674</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.5012499999999998" maxx="-1.99875" miny="46.59916513905381" maxy="47.70083409800674"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1140_GASCOGNE-SUD-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1140_GASCOGNE-SUD-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-3.4031805688812886</westBoundLongitude>
            <eastBoundLongitude>0.9031805688812886</eastBoundLongitude>
            <southBoundLatitude>43.19775288884289</southBoundLatitude>
            <northBoundLatitude>46.90224939997547</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-3.4031805688812886" maxx="0.9031805688812886" miny="43.19775288884289" maxy="46.90224939997547"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1141_CHARENTES-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1141_CHARENTES-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-2.101249904524196</westBoundLongitude>
            <eastBoundLongitude>-0.998750000108372</eastBoundLongitude>
            <southBoundLatitude>45.69916742960612</southBoundLatitude>
            <northBoundLatitude>46.700834096272786</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.101249904524196" maxx="-0.998750000108372" miny="45.69916742960612" maxy="46.700834096272786"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1142_AQUITAINE-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1142_AQUITAINE-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-1.9012499761368549</westBoundLongitude>
            <eastBoundLongitude>-0.49875000002128744</eastBoundLongitude>
            <southBoundLatitude>43.299165903727214</southBoundLatitude>
            <northBoundLatitude>45.80083257039388</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-1.9012499761368549" maxx="-0.49875000002128744" miny="43.299165903727214" maxy="45.80083257039388"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-02-25T09:00:00.000Z/PT3H,2026-02-25T10:00:28.125Z,2026-02-25T12:00:00.000Z,2026-02-25T13:00:28.125Z,2026-02-25T15:00:00.000Z,2026-02-25T16:00:28.125Z,2026-02-25T18:00:00.000Z,2026-02-25T19:00:28.125Z,2026-02-25T21:00:00.000Z,2026-02-25T22:00:28.125Z/2026-02-26T07:00:28.125Z/PT3H,2026-02-27T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1200_NORMEDOC-2MIN_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1200_NORMEDOC-2MIN/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.88327077367252</westBoundLongitude>
            <eastBoundLongitude>11.81672855875546</eastBoundLongitude>
            <southBoundLatitude>40.733181814713916</southBoundLatitude>
            <northBoundLatitude>44.46681894822554</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.88327077367252" maxx="11.81672855875546" miny="40.733181814713916" maxy="44.46681894822554"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1210_LION-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1210_LION-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.897747663672332</westBoundLongitude>
            <eastBoundLongitude>5.217752309624787</eastBoundLongitude>
            <southBoundLatitude>41.22991721246687</southBoundLatitude>
            <northBoundLatitude>43.66791756536516</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.897747663672332" maxx="5.217752309624787" miny="41.22991721246687" maxy="43.66791756536516"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1211_LION-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1211_LION-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>2.927098164570732</westBoundLongitude>
            <eastBoundLongitude>3.626901736247139</eastBoundLongitude>
            <southBoundLatitude>41.92909802028111</southBoundLatitude>
            <northBoundLatitude>43.50990115574428</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="2.927098164570732" maxx="3.626901736247139" miny="41.92909802028111" maxy="43.50990115574428"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1220_PROVENCE-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1220_PROVENCE-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>4.829916591631537</westBoundLongitude>
            <eastBoundLongitude>8.201250915540093</eastBoundLongitude>
            <southBoundLatitude>42.3300803571134</southBoundLatitude>
            <northBoundLatitude>44.00125280328699</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="4.829916591631537" maxx="8.201250915540093" miny="42.3300803571134" maxy="44.00125280328699"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1221_PROVENCE-OUEST-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1221_PROVENCE-OUEST-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>3.421799894434904</westBoundLongitude>
            <eastBoundLongitude>6.0822999514513265</eastBoundLongitude>
            <southBoundLatitude>43.01969903352244</southBoundLatitude>
            <northBoundLatitude>43.56530005095021</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="3.421799894434904" maxx="6.0822999514513265" miny="43.01969903352244" maxy="43.56530005095021"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1222_PROVENCE-EST-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1222_PROVENCE-EST-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.639099131173947</westBoundLongitude>
            <eastBoundLongitude>7.600900639944217</eastBoundLongitude>
            <southBoundLatitude>42.779097718821816</southBoundLatitude>
            <northBoundLatitude>43.800900297535605</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.639099131173947" maxx="7.600900639944217" miny="42.779097718821816" maxy="43.800900297535605"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1230_LIGURE-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1230_LIGURE-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.997744945864285</westBoundLongitude>
            <eastBoundLongitude>10.90225467266599</eastBoundLongitude>
            <southBoundLatitude>42.99774143183343</southBoundLatitude>
            <northBoundLatitude>44.45225933110602</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.997744945864285" maxx="10.90225467266599" miny="42.99774143183343" maxy="44.45225933110602"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1240_CORSE-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1240_CORSE-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>7.797745288587084</westBoundLongitude>
            <eastBoundLongitude>10.102255283617506</eastBoundLongitude>
            <southBoundLatitude>40.797745211606376</southBoundLatitude>
            <northBoundLatitude>43.32225372027839</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="7.797745288587084" maxx="10.102255283617506" miny="40.797745211606376" maxy="43.32225372027839"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1241_CORSE-NORD-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1241_CORSE-NORD-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.102098980777559</westBoundLongitude>
            <eastBoundLongitude>9.889100512630645</eastBoundLongitude>
            <southBoundLatitude>42.29909683784001</southBoundLatitude>
            <northBoundLatitude>43.24120162407405</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.102098980777559" maxx="9.889100512630645" miny="42.29909683784001" maxy="43.24120162407405"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1242_CORSE-OUEST-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1242_CORSE-OUEST-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>8.156899228643198</westBoundLongitude>
            <eastBoundLongitude>9.257300600458365</eastBoundLongitude>
            <southBoundLatitude>41.196096811393744</southBoundLatitude>
            <northBoundLatitude>42.41170271863555</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="8.156899228643198" maxx="9.257300600458365" miny="41.196096811393744" maxy="42.41170271863555"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1243_CORSE-EST-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1243_CORSE-EST-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>9.019398291734074</westBoundLongitude>
            <eastBoundLongitude>9.856101433607723</eastBoundLongitude>
            <southBoundLatitude>41.19589963794108</southBoundLatitude>
            <northBoundLatitude>42.4117015278304</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="9.019398291734074" maxx="9.856101433607723" miny="41.19589963794108" maxy="42.4117015278304"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R1250_MISTRAL-1000M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R1250_MISTRAL-1000M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>5.165493274221615</westBoundLongitude>
            <eastBoundLongitude>7.824506496896549</eastBoundLongitude>
            <southBoundLatitude>40.745472219255234</southBoundLatitude>
            <northBoundLatitude>42.38452884886</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="5.165493274221615" maxx="7.824506496896549" miny="40.745472219255234" maxy="42.38452884886"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-13T00:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R2100_ANTGUY-2MIN_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2100_ANTGUY-2MIN/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.01499999917073</westBoundLongitude>
            <eastBoundLongitude>-50.185000763768734</eastBoundLongitude>
            <southBoundLatitude>4.043999011258045</southBoundLatitude>
            <northBoundLatitude>19.015001004000744</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.01499999917073" maxx="-50.185000763768734" miny="4.043999011258045" maxy="19.015001004000744"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R2110_ANTILLES-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2110_ANTILLES-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-64.005</westBoundLongitude>
            <eastBoundLongitude>-58.995000000000005</eastBoundLongitude>
            <southBoundLatitude>9.795000190838524</southBoundLatitude>
            <northBoundLatitude>19.00499999989634</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-64.005" maxx="-58.995000000000005" miny="9.795000190838524" maxy="19.00499999989634"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R2111_BART-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2111_BART-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-63.20100076402937</westBoundLongitude>
            <eastBoundLongitude>-62.49899999891009</eastBoundLongitude>
            <southBoundLatitude>17.699000762939455</southBoundLatitude>
            <northBoundLatitude>18.20100076293945</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-63.20100076402937" maxx="-62.49899999891009" miny="17.699000762939455" maxy="18.20100076293945"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R2112_GUAD-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2112_GUAD-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-62.30099923750933</westBoundLongitude>
            <eastBoundLongitude>-60.59899847367231</eastBoundLongitude>
            <southBoundLatitude>15.698999808311463</southBoundLatitude>
            <northBoundLatitude>16.701000763893127</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-62.30099923750933" maxx="-60.59899847367231" miny="15.698999808311463" maxy="16.701000763893127"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R2113_MART-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2113_MART-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-61.40100152757432</westBoundLongitude>
            <eastBoundLongitude>-60.49899999830458</eastBoundLongitude>
            <southBoundLatitude>14.198999808629353</southBoundLatitude>
            <northBoundLatitude>15.10100038210551</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-61.40100152757432" maxx="-60.49899999830458" miny="14.198999808629353" maxy="15.10100038210551"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R2120_GUYANE-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2120_GUYANE-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.304999235199716</westBoundLongitude>
            <eastBoundLongitude>-50.195000764800284</eastBoundLongitude>
            <southBoundLatitude>3.9950000001324546</southBoundLatitude>
            <northBoundLatitude>7.604999904500113</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.304999235199716" maxx="-50.195000764800284" miny="3.9950000001324546" maxy="7.604999904500113"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R2121_GUYANE-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R2121_GUYANE-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-54.30099923638737</westBoundLongitude>
            <eastBoundLongitude>-50.899001526552084</eastBoundLongitude>
            <southBoundLatitude>3.998999999917072</southBoundLatitude>
            <northBoundLatitude>6.301000190817792</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-54.30099923638737" maxx="-50.899001526552084" miny="3.998999999917072" maxy="6.301000190817792"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R3100_INDIEN-2MIN_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3100_INDIEN-2MIN/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.68499155553884</westBoundLongitude>
            <eastBoundLongitude>59.01500920740061</eastBoundLongitude>
            <southBoundLatitude>-22.514999999755467</southBoundLatitude>
            <northBoundLatitude>-10.785000190979396</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.68499155553884" maxx="59.01500920740061" miny="-22.514999999755467" maxy="-10.785000190979396"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R3110_COMORES-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3110_COMORES-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>42.89500152587891</westBoundLongitude>
            <eastBoundLongitude>45.4050015258789</eastBoundLongitude>
            <southBoundLatitude>-13.204999809265136</southBoundLatitude>
            <northBoundLatitude>-11.194999809265138</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="42.89500152587891" maxx="45.4050015258789" miny="-13.204999809265136" maxy="-11.194999809265138"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R3111_MAYOTTE-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3111_MAYOTTE-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>44.84899847412109</westBoundLongitude>
            <eastBoundLongitude>45.3509984741211</eastBoundLongitude>
            <southBoundLatitude>-13.150999618257796</southBoundLatitude>
            <northBoundLatitude>-12.448999809537614</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="44.84899847412109" maxx="45.3509984741211" miny="-13.150999618257796" maxy="-12.448999809537614"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R3120_REUNION-500M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3120_REUNION-500M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.89500152703488</westBoundLongitude>
            <eastBoundLongitude>58.20500076178348</eastBoundLongitude>
            <southBoundLatitude>-21.60500038320368</southBoundLatitude>
            <northBoundLatitude>-19.39499961679632</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.89500152703488" maxx="58.20500076178348" miny="-21.60500038320368" maxy="-19.39499961679632"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
            <Layer>
                <Title>VAGUES_WW3_R3121_REUNION-200M_*</Title>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/VAR85-10-2-201_msl</Name>
        <Title>VAR85-10-2-201_msl</Title>
        <Abstract>wave peak period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/Mean_period_of_wind_waves_msl</Name>
        <Title>Mean_period_of_wind_waves_msl</Title>
        <Abstract>wind wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/Primary_wave_mean_period_msl</Name>
        <Title>Primary_wave_mean_period_msl</Title>
        <Abstract>swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/Secondary_wave_mean_period_msl</Name>
        <Title>Secondary_wave_mean_period_msl</Title>
        <Abstract>secondary swell wave period</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer >
        <Title>u0:v0-group</Title>
        <Abstract>Vector fields for wind_wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u0:v0-mag</Name>
        <Title>u0:v0-mag</Title>
        <Abstract>Magnitude of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u0:v0-dir</Name>
        <Title>u0:v0-dir</Title>
        <Abstract>Direction of components:
composante u mer du vent and
composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u0</Name>
        <Title>u0</Title>
        <Abstract>composante u mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/v0</Name>
        <Title>v0</Title>
        <Abstract>composante v mer du vent</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u:v-group</Title>
        <Abstract>Vector fields for wave_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u:v-mag</Name>
        <Title>u:v-mag</Title>
        <Abstract>Magnitude of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u:v-dir</Name>
        <Title>u:v-dir</Title>
        <Abstract>Direction of components:
composante u mer totale and
composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u</Name>
        <Title>u</Title>
        <Abstract>composante u mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/v</Name>
        <Title>v</Title>
        <Abstract>composante v mer totale</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u2:v2-group</Title>
        <Abstract>Vector fields for secondary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u2:v2-mag</Name>
        <Title>u2:v2-mag</Title>
        <Abstract>Magnitude of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u2:v2-dir</Name>
        <Title>u2:v2-dir</Title>
        <Abstract>Direction of components:
composante u houle secondaire and
composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u2</Name>
        <Title>u2</Title>
        <Abstract>composante u houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/v2</Name>
        <Title>v2</Title>
        <Abstract>composante v houle secondaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
    <Layer >
        <Title>u1:v1-group</Title>
        <Abstract>Vector fields for primary_swell_vector</Abstract>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u1:v1-mag</Name>
        <Title>u1:v1-mag</Title>
        <Abstract>Magnitude of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u1:v1-dir</Name>
        <Title>u1:v1-dir</Title>
        <Abstract>Direction of components:
composante u houle primaire and
composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/u1</Name>
        <Title>u1</Title>
        <Abstract>composante u houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
    <Layer queryable="1">
        <Name>VAGUES_WW3_R3121_REUNION-200M/v1</Name>
        <Title>v1</Title>
        <Abstract>composante v houle primaire</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>54.998999999999995</westBoundLongitude>
            <eastBoundLongitude>56.001000000000005</eastBoundLongitude>
            <southBoundLatitude>-21.60100038104587</southBoundLatitude>
            <northBoundLatitude>-20.69900076336331</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="54.998999999999995" maxx="56.001000000000005" miny="-21.60100038104587" maxy="-20.69900076336331"/>
        <Dimension name="time" units="ISO8601" multipleValues="true" current="true" default="">
            2026-02-23T00:00:00.000Z/2026-03-12T06:00:00.000Z/PT3H
        </Dimension>
</Layer>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
