Accessing the TGLO/TABS Prediction Simulations WMS Server

We perform a 48-hour simulation (using NCEP wind forcing) of the Gulf of Mexico four times per day, so every 6 hours we have a new prediction simulation for the next 48 hours. In the table below, each of the columns with a UCT time label represents the results of a single simulation (with time increasing as you proceed to the right in the table). When a new wms.map file is created, it will contain 48 LAYERs, one for each of the 48 hourly fields in the simulation. Each LAYER will be labeled as shown in the table, i.e. in YY-MM-DD-HH format. When a new simulation is finished 6 hours later, another new wms.map file is created, wherein the first 42 LAYERs have names identical to LAYERs found in the previous wms.map. These will overwrite the previous files as they are fresher results. The only new LAYER names are those of the last six. The first six LAYERs of the previous simulation (and all of the simulations previous to that) will be kept as part of a nowcast/hindcast archive, but will not be available in the current wms.map as it will only contain 48 LAYERs at any given time.

A menu for these files can be programmatically created via parsing the YY-MM-DD-HH string in the LAYER names.

No. 0000 UCT 0600 UCT 1200 UCT 1800 UCT 0000 UCT
01 sfcvec-06-08-17-01 - - - -
02 sfcvec-06-08-17-02 - - - -
... ... ... ... ... ...
07 sfcvec-06-08-17-07 sfcvec-06-08-17-07 - - -
08 sfcvec-06-08-17-08 sfcvec-06-08-17-08 - - -
... ... ... ... ... ...
13 sfcvec-06-08-17-13 sfcvec-06-08-17-13 sfcvec-06-08-17-13 - -
14 sfcvec-06-08-17-13 sfcvec-06-08-17-13 sfcvec-06-08-17-13 - -
... ... ... ... ... ...
19 sfcvec-06-08-17-19 sfcvec-06-08-17-19 sfcvec-06-08-17-19 sfcvec-06-08-17-19 -
20 sfcvec-06-08-17-20 sfcvec-06-08-17-20 sfcvec-06-08-17-20 sfcvec-06-08-17-20 -
... ... ... ... ... ...
25 sfcvec-06-08-18-01 sfcvec-06-08-18-01 sfcvec-06-08-18-01 sfcvec-06-08-18-01 sfcvec-06-08-18-01
26 sfcvec-06-08-18-02 sfcvec-06-08-18-02 sfcvec-06-08-18-02 sfcvec-06-08-18-02 sfcvec-06-08-18-02
... ... ... ... ... ...
48 sfcvec-06-08-19-00 sfcvec-06-08-19-00 sfcvec-06-08-19-00 sfcvec-06-08-19-00 sfcvec-06-08-19-00
49 - sfcvec-06-08-19-01 sfcvec-06-08-19-01 sfcvec-06-08-19-01 sfcvec-06-08-19-01
... ... ... ... ... ...


To test the server, a typical GetCapabilities request looks like:

http://csanady.tamu.edu/cgi-bin/mapserv?map=/bfd6000/TGLO/WMS/wms.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities

which will retrieve an XML file detailing what is available at our WMS server.

A typical GetMap request looks like:

http://csanady.tamu.edu/cgi-bin/mapserv?map=/bfd6000/TGLO/WMS/wms-1.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=getmap&LAYERS=sfcvec-06-09-21-08

or, using the the SetEnvIf feature of Apache to set up a symbolic link to hide the Mapfile path, e.g.:

SetEnvIf Request_URI "/cgi-bin/wms" MS_MAPFILE=/bfd6000/TGLO/WMS/wms.map

where the mapserv binary was copied to wms for this specific symbolic link, we obtain:

http://csanady.tamu.edu/cgi-bin/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=getmap&LAYERS=sfcvec-06-09-21-08

We produce a 48 hour Gulf of Mexico surface circulation prediction four times per day - at 0000, 0600, 1200 and 1800 hours UCT. As part of the post-processing, a new wms.map is produced for each of the four simulations per day.


A typical wms.map file looks like:

# MAP file for 06-09-21-06
MAP
  NAME TGLO_ROMS_SURFACE_CURRENT_VECTORS
  IMAGETYPE PNG
  EXTENT -10891452.18 2000842.589 -8985428.89 3602117.913
  SIZE 600 450
  SHAPEPATH "/bfd6000/TGLO/WMS/data"
  IMAGECOLOR 255 255 255

WEB
  TEMPLATE 'tglo-test.html'
  IMAGEPATH '/var/www/html/tmp/'
  IMAGEURL '/tmp/'
  METADATA
    "wms_title" "WMS Server for TGLO ROMS Surface Current Vectors"
    "wms_onlineresource" "http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map"
    "wms_abstract" "A WMS server for the TGLO/TABS ROMS model Gulf of Mexico prediction
                 simulation results.  A 48-hour prediction simulation is performed
                 four times per day, i.e. at 0000, 0600, 1200 and 1800 UCT.  The surface
                 current vectors are provided in ESRI Shapefile format."
    "wms_accessconstraints" "none"
    "wms_contactelectronicmailaddress" "baum@stommel.tamu.edu"
    "wms_fees" "none"
    "wms_srs" "EPSG:4326 EPSG:4269"
  END
END

PROJECTION
  "proj=merc"
  "ellps=WGS84"
  "lat_0=0"
  "lon_0=0"
END

LAYER  # surface current vector layer at 1 hr
  NAME sfcvec-06-09-21-07
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T07:00:00Z"
    "wms_timeextent" "2006-09-21T07:00:00Z/2006-09-21T07:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T07:00:00Z"
  END
  DATA sfcvec-06-09-21-07
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 2 hr
  NAME sfcvec-06-09-21-08
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T08:00:00Z"
    "wms_timeextent" "2006-09-21T08:00:00Z/2006-09-21T08:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T08:00:00Z"
  END
  DATA sfcvec-06-09-21-08
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 3 hr
  NAME sfcvec-06-09-21-09
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T09:00:00Z"
    "wms_timeextent" "2006-09-21T09:00:00Z/2006-09-21T09:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T09:00:00Z"
  END
  DATA sfcvec-06-09-21-09
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 4 hr
  NAME sfcvec-06-09-21-10
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T10:00:00Z"
    "wms_timeextent" "2006-09-21T10:00:00Z/2006-09-21T10:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T10:00:00Z"
  END
  DATA sfcvec-06-09-21-10
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 5 hr
  NAME sfcvec-06-09-21-11
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T11:00:00Z"
    "wms_timeextent" "2006-09-21T11:00:00Z/2006-09-21T11:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T11:00:00Z"
  END
  DATA sfcvec-06-09-21-11
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 6 hr
  NAME sfcvec-06-09-21-12
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T12:00:00Z"
    "wms_timeextent" "2006-09-21T12:00:00Z/2006-09-21T12:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T12:00:00Z"
  END
  DATA sfcvec-06-09-21-12
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 7 hr
  NAME sfcvec-06-09-21-13
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T13:00:00Z"
    "wms_timeextent" "2006-09-21T13:00:00Z/2006-09-21T13:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T13:00:00Z"
  END
  DATA sfcvec-06-09-21-13
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 8 hr
  NAME sfcvec-06-09-21-14
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T14:00:00Z"
    "wms_timeextent" "2006-09-21T14:00:00Z/2006-09-21T14:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T14:00:00Z"
  END
  DATA sfcvec-06-09-21-14
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 9 hr
  NAME sfcvec-06-09-21-15
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T15:00:00Z"
    "wms_timeextent" "2006-09-21T15:00:00Z/2006-09-21T15:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T15:00:00Z"
  END
  DATA sfcvec-06-09-21-15
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 10 hr
  NAME sfcvec-06-09-21-16
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T16:00:00Z"
    "wms_timeextent" "2006-09-21T16:00:00Z/2006-09-21T16:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T16:00:00Z"
  END
  DATA sfcvec-06-09-21-16
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 11 hr
  NAME sfcvec-06-09-21-17
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T17:00:00Z"
    "wms_timeextent" "2006-09-21T17:00:00Z/2006-09-21T17:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T17:00:00Z"
  END
  DATA sfcvec-06-09-21-17
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 12 hr
  NAME sfcvec-06-09-21-18
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T18:00:00Z"
    "wms_timeextent" "2006-09-21T18:00:00Z/2006-09-21T18:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T18:00:00Z"
  END
  DATA sfcvec-06-09-21-18
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 13 hr
  NAME sfcvec-06-09-21-19
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T19:00:00Z"
    "wms_timeextent" "2006-09-21T19:00:00Z/2006-09-21T19:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T19:00:00Z"
  END
  DATA sfcvec-06-09-21-19
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 14 hr
  NAME sfcvec-06-09-21-20
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T20:00:00Z"
    "wms_timeextent" "2006-09-21T20:00:00Z/2006-09-21T20:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T20:00:00Z"
  END
  DATA sfcvec-06-09-21-20
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 15 hr
  NAME sfcvec-06-09-21-21
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T21:00:00Z"
    "wms_timeextent" "2006-09-21T21:00:00Z/2006-09-21T21:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T21:00:00Z"
  END
  DATA sfcvec-06-09-21-21
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 16 hr
  NAME sfcvec-06-09-21-22
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T22:00:00Z"
    "wms_timeextent" "2006-09-21T22:00:00Z/2006-09-21T22:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T22:00:00Z"
  END
  DATA sfcvec-06-09-21-22
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 17 hr
  NAME sfcvec-06-09-21-23
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-21T23:00:00Z"
    "wms_timeextent" "2006-09-21T23:00:00Z/2006-09-21T23:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-21T23:00:00Z"
  END
  DATA sfcvec-06-09-21-23
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 18 hr
  NAME sfcvec-06-09-22-00
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T00:00:00Z"
    "wms_timeextent" "2006-09-22T00:00:00Z/2006-09-22T00:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T00:00:00Z"
  END
  DATA sfcvec-06-09-22-00
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 19 hr
  NAME sfcvec-06-09-22-01
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T01:00:00Z"
    "wms_timeextent" "2006-09-22T01:00:00Z/2006-09-22T01:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T01:00:00Z"
  END
  DATA sfcvec-06-09-22-01
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 20 hr
  NAME sfcvec-06-09-22-02
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T02:00:00Z"
    "wms_timeextent" "2006-09-22T02:00:00Z/2006-09-22T02:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T02:00:00Z"
  END
  DATA sfcvec-06-09-22-02
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 21 hr
  NAME sfcvec-06-09-22-03
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T03:00:00Z"
    "wms_timeextent" "2006-09-22T03:00:00Z/2006-09-22T03:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T03:00:00Z"
  END
  DATA sfcvec-06-09-22-03
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 22 hr
  NAME sfcvec-06-09-22-04
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T04:00:00Z"
    "wms_timeextent" "2006-09-22T04:00:00Z/2006-09-22T04:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T04:00:00Z"
  END
  DATA sfcvec-06-09-22-04
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 23 hr
  NAME sfcvec-06-09-22-05
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T05:00:00Z"
    "wms_timeextent" "2006-09-22T05:00:00Z/2006-09-22T05:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T05:00:00Z"
  END
  DATA sfcvec-06-09-22-05
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 24 hr
  NAME sfcvec-06-09-22-06
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T06:00:00Z"
    "wms_timeextent" "2006-09-22T06:00:00Z/2006-09-22T06:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T06:00:00Z"
  END
  DATA sfcvec-06-09-22-06
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 25 hr
  NAME sfcvec-06-09-22-07
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T07:00:00Z"
    "wms_timeextent" "2006-09-22T07:00:00Z/2006-09-22T07:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T07:00:00Z"
  END
  DATA sfcvec-06-09-22-07
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 26 hr
  NAME sfcvec-06-09-22-08
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T08:00:00Z"
    "wms_timeextent" "2006-09-22T08:00:00Z/2006-09-22T08:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T08:00:00Z"
  END
  DATA sfcvec-06-09-22-08
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 27 hr
  NAME sfcvec-06-09-22-09
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T09:00:00Z"
    "wms_timeextent" "2006-09-22T09:00:00Z/2006-09-22T09:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T09:00:00Z"
  END
  DATA sfcvec-06-09-22-09
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 28 hr
  NAME sfcvec-06-09-22-10
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T10:00:00Z"
    "wms_timeextent" "2006-09-22T10:00:00Z/2006-09-22T10:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T10:00:00Z"
  END
  DATA sfcvec-06-09-22-10
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 29 hr
  NAME sfcvec-06-09-22-11
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T11:00:00Z"
    "wms_timeextent" "2006-09-22T11:00:00Z/2006-09-22T11:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T11:00:00Z"
  END
  DATA sfcvec-06-09-22-11
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 30 hr
  NAME sfcvec-06-09-22-12
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T12:00:00Z"
    "wms_timeextent" "2006-09-22T12:00:00Z/2006-09-22T12:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T12:00:00Z"
  END
  DATA sfcvec-06-09-22-12
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 31 hr
  NAME sfcvec-06-09-22-13
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T13:00:00Z"
    "wms_timeextent" "2006-09-22T13:00:00Z/2006-09-22T13:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T13:00:00Z"
  END
  DATA sfcvec-06-09-22-13
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 32 hr
  NAME sfcvec-06-09-22-14
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T14:00:00Z"
    "wms_timeextent" "2006-09-22T14:00:00Z/2006-09-22T14:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T14:00:00Z"
  END
  DATA sfcvec-06-09-22-14
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 33 hr
  NAME sfcvec-06-09-22-15
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T15:00:00Z"
    "wms_timeextent" "2006-09-22T15:00:00Z/2006-09-22T15:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T15:00:00Z"
  END
  DATA sfcvec-06-09-22-15
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 34 hr
  NAME sfcvec-06-09-22-16
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T16:00:00Z"
    "wms_timeextent" "2006-09-22T16:00:00Z/2006-09-22T16:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T16:00:00Z"
  END
  DATA sfcvec-06-09-22-16
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 35 hr
  NAME sfcvec-06-09-22-17
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T17:00:00Z"
    "wms_timeextent" "2006-09-22T17:00:00Z/2006-09-22T17:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T17:00:00Z"
  END
  DATA sfcvec-06-09-22-17
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 36 hr
  NAME sfcvec-06-09-22-18
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T18:00:00Z"
    "wms_timeextent" "2006-09-22T18:00:00Z/2006-09-22T18:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T18:00:00Z"
  END
  DATA sfcvec-06-09-22-18
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 37 hr
  NAME sfcvec-06-09-22-19
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T19:00:00Z"
    "wms_timeextent" "2006-09-22T19:00:00Z/2006-09-22T19:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T19:00:00Z"
  END
  DATA sfcvec-06-09-22-19
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 38 hr
  NAME sfcvec-06-09-22-20
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T20:00:00Z"
    "wms_timeextent" "2006-09-22T20:00:00Z/2006-09-22T20:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T20:00:00Z"
  END
  DATA sfcvec-06-09-22-20
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 39 hr
  NAME sfcvec-06-09-22-21
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T21:00:00Z"
    "wms_timeextent" "2006-09-22T21:00:00Z/2006-09-22T21:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T21:00:00Z"
  END
  DATA sfcvec-06-09-22-21
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 40 hr
  NAME sfcvec-06-09-22-22
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T22:00:00Z"
    "wms_timeextent" "2006-09-22T22:00:00Z/2006-09-22T22:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T22:00:00Z"
  END
  DATA sfcvec-06-09-22-22
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 41 hr
  NAME sfcvec-06-09-22-23
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-22T23:00:00Z"
    "wms_timeextent" "2006-09-22T23:00:00Z/2006-09-22T23:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-22T23:00:00Z"
  END
  DATA sfcvec-06-09-22-23
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 42 hr
  NAME sfcvec-06-09-23-00
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-23T00:00:00Z"
    "wms_timeextent" "2006-09-23T00:00:00Z/2006-09-23T00:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-23T00:00:00Z"
  END
  DATA sfcvec-06-09-23-00
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 43 hr
  NAME sfcvec-06-09-23-01
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-23T01:00:00Z"
    "wms_timeextent" "2006-09-23T01:00:00Z/2006-09-23T01:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-23T01:00:00Z"
  END
  DATA sfcvec-06-09-23-01
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 44 hr
  NAME sfcvec-06-09-23-02
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-23T02:00:00Z"
    "wms_timeextent" "2006-09-23T02:00:00Z/2006-09-23T02:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-23T02:00:00Z"
  END
  DATA sfcvec-06-09-23-02
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 45 hr
  NAME sfcvec-06-09-23-03
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-23T03:00:00Z"
    "wms_timeextent" "2006-09-23T03:00:00Z/2006-09-23T03:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-23T03:00:00Z"
  END
  DATA sfcvec-06-09-23-03
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 46 hr
  NAME sfcvec-06-09-23-04
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-23T04:00:00Z"
    "wms_timeextent" "2006-09-23T04:00:00Z/2006-09-23T04:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-23T04:00:00Z"
  END
  DATA sfcvec-06-09-23-04
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 47 hr
  NAME sfcvec-06-09-23-05
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-23T05:00:00Z"
    "wms_timeextent" "2006-09-23T05:00:00Z/2006-09-23T05:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-23T05:00:00Z"
  END
  DATA sfcvec-06-09-23-05
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

LAYER  # surface current vector layer at 48 hr
  NAME sfcvec-06-09-23-06
  METADATA
    "wms_title" "TGLO ROMS Gulf of Mexico surface current vectors for 2006-09-23T06:00:00Z"
    "wms_timeextent" "2006-09-23T06:00:00Z/2006-09-23T06:00:00Z"
    "wms_timeitem" "TIME"
    "wms_timedefault" "2006-09-23T06:00:00Z"
  END
  DATA sfcvec-06-09-23-06
  STATUS OFF
  TYPE LINE
  PROJECTION
    "proj=merc"
    "ellps=WGS84"
    "lat_0=0"
    "lon_0=0"
  END
  CLASS
    COLOR 50 50 50
    OUTLINECOLOR 32 32 32
  END
END

END


A typical XML file from a GetCapabilities request looks like:

<?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://schemas.opengeospatial.net/wms/1.1.1/WMS_MS_Capabilities.dtd"
 [
 <!ELEMENT VendorSpecificCapabilities EMPTY>
 ]>  <!-- end of DOCTYPE declaration -->

<WMT_MS_Capabilities version="1.1.1">

<!-- MapServer version 4.8.3 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=GEOS INPUT=EPPL7 INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE -->

<Service>
  <Name>OGC:WMS</Name>
  <Title>WMS Server for TGLO ROMS Surface Current Vectors</Title>
  <Abstract>A WMS server for the TGLO/TABS ROMS model Gulf of Mexico prediction
                 simulation results.  A 48-hour prediction simulation is performed
                 four times per day, i.e. at 0000, 0600, 1200 and 1800 UCT.  The surface
                 current vectors are provided in ESRI Shapefile format.</Abstract>
  <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/>
    <ContactInformation>
     <ContactElectronicMailAddress>baum@stommel.tamu.edu</ContactElectronicMailAddress>
  <Fees>none</Fees>
  <AccessConstraints>none</AccessConstraints>
</Service>

<Capability>
  <Request>
    <GetCapabilities>
      <Format>application/vnd.ogc.wms_xml</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Get>
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Post>
        </HTTP>
      </DCPType>
    </GetCapabilities>
    <GetMap>
      <Format>image/gif</Format>
      <Format>image/png</Format>
      <Format>image/png; mode=24bit</Format>
      <Format>image/jpeg</Format>
      <Format>image/wbmp</Format>
      <Format>image/tiff</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Get>
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Post>
        </HTTP>
      </DCPType>
    </GetMap>
    <GetFeatureInfo>
      <Format>text/plain</Format>
      <Format>application/vnd.ogc.gml</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Get>
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Post>
        </HTTP>
      </DCPType>
    </GetFeatureInfo>
    <DescribeLayer>
      <Format>text/xml</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Get>
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Post>
        </HTTP>
      </DCPType>
    </DescribeLayer>
    <GetLegendGraphic>
      <Format>image/gif</Format>
      <Format>image/png</Format>
      <Format>image/png; mode=24bit</Format>
      <Format>image/jpeg</Format>
      <Format>image/wbmp</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Get>
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://csanady.tamu.edu/cgi-bin/mapserv?/bfd6000/TGLO/WMS/wms.map&"/></Post>
        </HTTP>
      </DCPType>
    </GetLegendGraphic>
  </Request>
  <Exception>
    <Format>application/vnd.ogc.se_xml</Format>
    <Format>application/vnd.ogc.se_inimage</Format>
    <Format>application/vnd.ogc.se_blank</Format>
  </Exception>
  <VendorSpecificCapabilities />
  <UserDefinedSymbolization SupportSLD="1" UserLayer="0" UserStyle="1" RemoteWFS="0"/>
  <Layer>
    <Name>TGLO_ROMS_SURFACE_CURRENT_VECTORS</Name>
    <Title>WMS Server for TGLO ROMS Surface Current Vectors</Title>
    <SRS>EPSG:4326</SRS>
    <LatLonBoundingBox minx="-1.08915e+07" miny="2.00084e+06" maxx="-8.98543e+06" maxy="3.60212e+06" />
    <BoundingBox SRS="EPSG:4326"
                minx="-1.08915e+07" miny="2.00084e+06" maxx="-8.98543e+06" maxy="3.60212e+06" />
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-01</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T01:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05834e+06" maxx="-8.98543e+06" maxy="3.5449e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05834e+06" maxx="-8.98543e+06" maxy="3.5449e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T01:00:00Z" nearestValue="0">2006-08-17T01:00:00Z/2006-08-17T01:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-02</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T02:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05836e+06" maxx="-8.98543e+06" maxy="3.54462e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05836e+06" maxx="-8.98543e+06" maxy="3.54462e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T02:00:00Z" nearestValue="0">2006-08-17T02:00:00Z/2006-08-17T02:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-03</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T03:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05835e+06" maxx="-8.98543e+06" maxy="3.54449e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05835e+06" maxx="-8.98543e+06" maxy="3.54449e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T03:00:00Z" nearestValue="0">2006-08-17T03:00:00Z/2006-08-17T03:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-04</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T04:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05833e+06" maxx="-8.98543e+06" maxy="3.54437e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05833e+06" maxx="-8.98543e+06" maxy="3.54437e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T04:00:00Z" nearestValue="0">2006-08-17T04:00:00Z/2006-08-17T04:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-05</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T05:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05831e+06" maxx="-8.98543e+06" maxy="3.54438e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05831e+06" maxx="-8.98543e+06" maxy="3.54438e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T05:00:00Z" nearestValue="0">2006-08-17T05:00:00Z/2006-08-17T05:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-06</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T06:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08946e+07" miny="2.05828e+06" maxx="-8.98543e+06" maxy="3.54432e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08946e+07" miny="2.05828e+06" maxx="-8.98543e+06" maxy="3.54432e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T06:00:00Z" nearestValue="0">2006-08-17T06:00:00Z/2006-08-17T06:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-07</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T07:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08946e+07" miny="2.05826e+06" maxx="-8.98543e+06" maxy="3.54435e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08946e+07" miny="2.05826e+06" maxx="-8.98543e+06" maxy="3.54435e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T07:00:00Z" nearestValue="0">2006-08-17T07:00:00Z/2006-08-17T07:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-08</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T08:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08946e+07" miny="2.05824e+06" maxx="-8.98543e+06" maxy="3.54439e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08946e+07" miny="2.05824e+06" maxx="-8.98543e+06" maxy="3.54439e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T08:00:00Z" nearestValue="0">2006-08-17T08:00:00Z/2006-08-17T08:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-09</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T09:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05822e+06" maxx="-8.98543e+06" maxy="3.54447e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05822e+06" maxx="-8.98543e+06" maxy="3.54447e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T09:00:00Z" nearestValue="0">2006-08-17T09:00:00Z/2006-08-17T09:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-10</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T10:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05821e+06" maxx="-8.98543e+06" maxy="3.54452e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05821e+06" maxx="-8.98543e+06" maxy="3.54452e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T10:00:00Z" nearestValue="0">2006-08-17T10:00:00Z/2006-08-17T10:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-11</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T11:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.0582e+06" maxx="-8.98543e+06" maxy="3.54438e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.0582e+06" maxx="-8.98543e+06" maxy="3.54438e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T11:00:00Z" nearestValue="0">2006-08-17T11:00:00Z/2006-08-17T11:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-12</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T12:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.0582e+06" maxx="-8.98543e+06" maxy="3.54421e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.0582e+06" maxx="-8.98543e+06" maxy="3.54421e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T12:00:00Z" nearestValue="0">2006-08-17T12:00:00Z/2006-08-17T12:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-13</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T13:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05819e+06" maxx="-8.98543e+06" maxy="3.54571e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05819e+06" maxx="-8.98543e+06" maxy="3.54571e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T13:00:00Z" nearestValue="0">2006-08-17T13:00:00Z/2006-08-17T13:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-14</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T14:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05819e+06" maxx="-8.98543e+06" maxy="3.54566e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05819e+06" maxx="-8.98543e+06" maxy="3.54566e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T14:00:00Z" nearestValue="0">2006-08-17T14:00:00Z/2006-08-17T14:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-15</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T15:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05818e+06" maxx="-8.98543e+06" maxy="3.54557e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05818e+06" maxx="-8.98543e+06" maxy="3.54557e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T15:00:00Z" nearestValue="0">2006-08-17T15:00:00Z/2006-08-17T15:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-16</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T16:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05817e+06" maxx="-8.98543e+06" maxy="3.54562e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05817e+06" maxx="-8.98543e+06" maxy="3.54562e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T16:00:00Z" nearestValue="0">2006-08-17T16:00:00Z/2006-08-17T16:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-17</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T17:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05816e+06" maxx="-8.98543e+06" maxy="3.54562e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05816e+06" maxx="-8.98543e+06" maxy="3.54562e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T17:00:00Z" nearestValue="0">2006-08-17T17:00:00Z/2006-08-17T17:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-18</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T18:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05814e+06" maxx="-8.98543e+06" maxy="3.5553e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05814e+06" maxx="-8.98543e+06" maxy="3.5553e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T18:00:00Z" nearestValue="0">2006-08-17T18:00:00Z/2006-08-17T18:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-19</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T19:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08945e+07" miny="2.05812e+06" maxx="-8.98543e+06" maxy="3.55997e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08945e+07" miny="2.05812e+06" maxx="-8.98543e+06" maxy="3.55997e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T19:00:00Z" nearestValue="0">2006-08-17T19:00:00Z/2006-08-17T19:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-20</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T20:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.0581e+06" maxx="-8.98543e+06" maxy="3.55726e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.0581e+06" maxx="-8.98543e+06" maxy="3.55726e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T20:00:00Z" nearestValue="0">2006-08-17T20:00:00Z/2006-08-17T20:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-21</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T21:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05809e+06" maxx="-8.98543e+06" maxy="3.55371e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05809e+06" maxx="-8.98543e+06" maxy="3.55371e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T21:00:00Z" nearestValue="0">2006-08-17T21:00:00Z/2006-08-17T21:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-22</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T22:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05809e+06" maxx="-8.98543e+06" maxy="3.54882e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05809e+06" maxx="-8.98543e+06" maxy="3.54882e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T22:00:00Z" nearestValue="0">2006-08-17T22:00:00Z/2006-08-17T22:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-17-23</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-17T23:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05809e+06" maxx="-8.98543e+06" maxy="3.54765e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05809e+06" maxx="-8.98543e+06" maxy="3.54765e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-17T23:00:00Z" nearestValue="0">2006-08-17T23:00:00Z/2006-08-17T23:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-00</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T00:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05811e+06" maxx="-8.98543e+06" maxy="3.54957e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05811e+06" maxx="-8.98543e+06" maxy="3.54957e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T00:00:00Z" nearestValue="0">2006-08-18T00:00:00Z/2006-08-18T00:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-01</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T01:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05813e+06" maxx="-8.98543e+06" maxy="3.55686e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05813e+06" maxx="-8.98543e+06" maxy="3.55686e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T01:00:00Z" nearestValue="0">2006-08-18T01:00:00Z/2006-08-18T01:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-02</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T02:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05815e+06" maxx="-8.98543e+06" maxy="3.56883e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05815e+06" maxx="-8.98543e+06" maxy="3.56883e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T02:00:00Z" nearestValue="0">2006-08-18T02:00:00Z/2006-08-18T02:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-03</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T03:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05817e+06" maxx="-8.98543e+06" maxy="3.58028e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05817e+06" maxx="-8.98543e+06" maxy="3.58028e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T03:00:00Z" nearestValue="0">2006-08-18T03:00:00Z/2006-08-18T03:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-04</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T04:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.0582e+06" maxx="-8.98543e+06" maxy="3.58615e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.0582e+06" maxx="-8.98543e+06" maxy="3.58615e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T04:00:00Z" nearestValue="0">2006-08-18T04:00:00Z/2006-08-18T04:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-05</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T05:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05822e+06" maxx="-8.98543e+06" maxy="3.58828e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05822e+06" maxx="-8.98543e+06" maxy="3.58828e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T05:00:00Z" nearestValue="0">2006-08-18T05:00:00Z/2006-08-18T05:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-06</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T06:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05823e+06" maxx="-8.98543e+06" maxy="3.58634e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05823e+06" maxx="-8.98543e+06" maxy="3.58634e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T06:00:00Z" nearestValue="0">2006-08-18T06:00:00Z/2006-08-18T06:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-07</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T07:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05824e+06" maxx="-8.98543e+06" maxy="3.58298e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05824e+06" maxx="-8.98543e+06" maxy="3.58298e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T07:00:00Z" nearestValue="0">2006-08-18T07:00:00Z/2006-08-18T07:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-08</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T08:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05825e+06" maxx="-8.98543e+06" maxy="3.57777e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05825e+06" maxx="-8.98543e+06" maxy="3.57777e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T08:00:00Z" nearestValue="0">2006-08-18T08:00:00Z/2006-08-18T08:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-09</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T09:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05827e+06" maxx="-8.98543e+06" maxy="3.57518e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05827e+06" maxx="-8.98543e+06" maxy="3.57518e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T09:00:00Z" nearestValue="0">2006-08-18T09:00:00Z/2006-08-18T09:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-10</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T10:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05828e+06" maxx="-8.98543e+06" maxy="3.57011e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05828e+06" maxx="-8.98543e+06" maxy="3.57011e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T10:00:00Z" nearestValue="0">2006-08-18T10:00:00Z/2006-08-18T10:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-11</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T11:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.0583e+06" maxx="-8.98543e+06" maxy="3.56467e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.0583e+06" maxx="-8.98543e+06" maxy="3.56467e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T11:00:00Z" nearestValue="0">2006-08-18T11:00:00Z/2006-08-18T11:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-12</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T12:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05832e+06" maxx="-8.98543e+06" maxy="3.55705e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05832e+06" maxx="-8.98543e+06" maxy="3.55705e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T12:00:00Z" nearestValue="0">2006-08-18T12:00:00Z/2006-08-18T12:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-13</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T13:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08944e+07" miny="2.05833e+06" maxx="-8.98543e+06" maxy="3.54972e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08944e+07" miny="2.05833e+06" maxx="-8.98543e+06" maxy="3.54972e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T13:00:00Z" nearestValue="0">2006-08-18T13:00:00Z/2006-08-18T13:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-14</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T14:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08943e+07" miny="2.05835e+06" maxx="-8.98543e+06" maxy="3.54453e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08943e+07" miny="2.05835e+06" maxx="-8.98543e+06" maxy="3.54453e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T14:00:00Z" nearestValue="0">2006-08-18T14:00:00Z/2006-08-18T14:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-15</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T15:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08943e+07" miny="2.05838e+06" maxx="-8.98543e+06" maxy="3.54442e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08943e+07" miny="2.05838e+06" maxx="-8.98543e+06" maxy="3.54442e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T15:00:00Z" nearestValue="0">2006-08-18T15:00:00Z/2006-08-18T15:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-16</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T16:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08943e+07" miny="2.05768e+06" maxx="-8.98543e+06" maxy="3.54444e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08943e+07" miny="2.05768e+06" maxx="-8.98543e+06" maxy="3.54444e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T16:00:00Z" nearestValue="0">2006-08-18T16:00:00Z/2006-08-18T16:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-17</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T17:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08943e+07" miny="2.05771e+06" maxx="-8.98543e+06" maxy="3.54451e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08943e+07" miny="2.05771e+06" maxx="-8.98543e+06" maxy="3.54451e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T17:00:00Z" nearestValue="0">2006-08-18T17:00:00Z/2006-08-18T17:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-18</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T18:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08943e+07" miny="2.05774e+06" maxx="-8.98543e+06" maxy="3.54459e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08943e+07" miny="2.05774e+06" maxx="-8.98543e+06" maxy="3.54459e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T18:00:00Z" nearestValue="0">2006-08-18T18:00:00Z/2006-08-18T18:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-19</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T19:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08943e+07" miny="2.05777e+06" maxx="-8.98543e+06" maxy="3.5456e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08943e+07" miny="2.05777e+06" maxx="-8.98543e+06" maxy="3.5456e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T19:00:00Z" nearestValue="0">2006-08-18T19:00:00Z/2006-08-18T19:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-20</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T20:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08943e+07" miny="2.05779e+06" maxx="-8.98543e+06" maxy="3.54594e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08943e+07" miny="2.05779e+06" maxx="-8.98543e+06" maxy="3.54594e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T20:00:00Z" nearestValue="0">2006-08-18T20:00:00Z/2006-08-18T20:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-21</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T21:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08943e+07" miny="2.05779e+06" maxx="-8.9852e+06" maxy="3.54621e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08943e+07" miny="2.05779e+06" maxx="-8.9852e+06" maxy="3.54621e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T21:00:00Z" nearestValue="0">2006-08-18T21:00:00Z/2006-08-18T21:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-22</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T22:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08942e+07" miny="2.05779e+06" maxx="-8.98434e+06" maxy="3.54489e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08942e+07" miny="2.05779e+06" maxx="-8.98434e+06" maxy="3.54489e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T22:00:00Z" nearestValue="0">2006-08-18T22:00:00Z/2006-08-18T22:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-18-23</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-18T23:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08942e+07" miny="2.05777e+06" maxx="-8.98393e+06" maxy="3.54503e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08942e+07" miny="2.05777e+06" maxx="-8.98393e+06" maxy="3.54503e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-18T23:00:00Z" nearestValue="0">2006-08-18T23:00:00Z/2006-08-18T23:00:00Z</Extent>
    </Layer>
    <Layer queryable="0" opaque="0" cascaded="0">
        <Name>sfcvec-06-08-19-00</Name>
        <Title>TGLO ROMS Gulf of Mexico surface current vectors for 2006-08-19T00:00:00Z</Title>
        <SRS>EPSG:4326</SRS>
        <LatLonBoundingBox minx="-1.08942e+07" miny="2.05773e+06" maxx="-8.98416e+06" maxy="3.54525e+06" />
        <BoundingBox SRS="EPSG:4326"
                    minx="-1.08942e+07" miny="2.05773e+06" maxx="-8.98416e+06" maxy="3.54525e+06" />
        <Dimension name="time" units="ISO8601"/>
        <Extent name="time" default="2006-08-19T00:00:00Z" nearestValue="0">2006-08-19T00:00:00Z/2006-08-19T00:00:00Z</Extent>
    </Layer>
  </Layer>
</Capability>
</WMT_MS_Capabilities>