I'm having trouble displaying properly formatted variable names for the
following dataset:
http://tds-dev.marine.rutgers.edu:8082/thredds/catalog.html?dataset=5MHz_2012_01_01_totals
The display of each variable doesn't appear to be properly formatted.
Here's the markup I'm using in the catalog.xml:
<!-- Serve a single file -->
19 <datasetRoot path="codar"
location="/home/coolgroup/Codar/sandbox/data/5MHz/2012" />
20 <dataset name="January 1, 2012 5MHz(6km) MARACOOS Hourly Surface
Currents" dataType="Grid" ID="5MHz_2012_01_01_totals" urlPath ="codar/
RU_5MHz_2012_01_01.totals.nc">
21 <serviceName>grid</serviceName>
22 <keyword>HF Radar</keyword>
23 <keyword>Surface Currents</keyword>
24 <contributor role="data manager">John Kerfoot</contributor>
25 <publisher>
26 <name vocabulary="DIF">RU-COOL/IMCS/Rutgers University</name>
27 <contact
28 url="http://rucool.marine.rutgers.edu"
29 email="kerfoot@xxxxxxxxxxxxxxxxxx" />
30 </publisher>
31 <authority>edu.rutgers.edu</authority>
32 <dataType>Grid</dataType>
33 <dataFormat>NetCDF</dataFormat>
34
35 <variables vocabulary="CF-1.6">
36 <variable
37 name="time"
38 vocabulary_name="time"
39 units="days since 2001-01-01 00:00:00 UTC">Time</variable>
40 <variable
41 name="u"
42 vocabulary_name="surface_eastward_sea_water_velocity"
43 units="cm/s">Surface Eastward Seawater Velocity</variable>
44 <variable
45 name="v"
46 vocabulary_name="surface_northward_sea_water_velocity"
47 units="cm/s">Surface Northward Seawater
Velocity</variable>
48 </variables>
49
50 </dataset>
Any idea on what I'm doing wrong that's making the variable list look as
follows:
Variables:
- *Vocabulary* [CF-1.6]:
- *Variable List Itemtime (days since 2001-01-01 00:00:00 UTC) *= *
Time* = time
- *Variable List Itemu (cm/s) *= *Surface Eastward Seawater Velocity* =
surface_eastward_sea_water_velocity
- *Variable List Itemv (cm/s) *= *Surface Northward Seawater Velocity* =
surface_northward_sea_water_velocity
Or is this how they are normally displayed?
thanks,
John