<?xml version="1.0" encoding="UTF-8"?>
<xml>
<!-- Format for header filename is <provider_id>_<platform_id>_<package_id>_hdr.xml

This metadata header file applies to all submitted data files (.dat for example) within the same directory

Suggested filename suffixes for data files are ..._<iso8601_style_format_datetime_of_last_measurement>_latest.dat

For example, the metadata header file carocoops_CAP2_buoy_hdr.xml
would apply against the file carocoops_CAP2_buoy_20041122_130000_latest.dat
-->

<!-- For standard_name and units elements reference similar columns in the
seacoos data dictionary at
http://nautilus.baruch.sc.edu/seacoos_dd

Units are same as units supported by udunits listed at
http://my.unidata.ucar.edu/content/software/udunits/udunits.txt
-->

<global_attributes>
        <!-- conventions listing may evolve to an xml schema namespace
reference, for now represents expected elements and possible values

seacoos netcdf documentation at
http://nautilus.baruch.sc.edu/twiki_dmcc/pub/Main/WebHome/SEACOOSNetCDFStandardv2.0.doc
 -->
        <!-- repeatable element -->
        <conventions>CF-1.0</conventions>
        <conventions>SEACOOS-NETCDF-2.0</conventions>
        <conventions>SEACOOS-XML-1.0</conventions>

	<!-- platform information -->

        <!-- format_category list
[fixed-point,fixed-profiler,fixed-map,moving-point-2D,moving-point-3D,moving-profiler]
-->
        <format_category>fixed-point</format_category>

        <contact_info>qix@uncw.edu</contact_info>

        <institution_desc>Coastal Ocean Research and mornitoring Program, University of North Carolina at Wilmington</institution_desc>
        <institution_url>www.cormp.org</institution_url>

        <institution_id>cormp</institution_id>
        <platform_id>ILM1</platform_id>
        <package_id>adcp</package_id>

	<station_id>cormp_ILM1_adcp</station_id>
	<title>cormp data for adcp ILM1</title>

        <!-- latitude +/-90.0 degrees north -->
        <latitude>34.21</latitude>

        <!-- longitude +/-180.0 degrees east -->
        <longitude>-77.78</longitude>

	<!-- other information -->
        <dods_url></dods_url>
        <comment></comment>

	<!-- file information -->

	<!--
        <data_url>http://www.cormp.org/raw/Moorings/ILM1/</data_url>
        <filename_search>ILM1_latest.csv</filename_search>
	-->
        <data_url>http://trident.baruch.sc.edu/storm_surge_data/netcdf_latest</data_url>
        <filename_search></filename_search>	
        <file_row_start>1</file_row_start>
        <file_row_comment></file_row_comment>
        <file_field_separator>\,</file_field_separator>
        <file_field_missing_value></file_field_missing_value>
       
	<column_time>2</column_time>
	<measurement_time_zone>+00</measurement_time_zone>

</global_attributes>

<independent_variables>
        <z>
                <reference>mean sea level (MSL)</reference>

                <!-- positive list [up,down] -->
                <positive>up</positive>

                <units>m</units>
        </z>
</independent_variables>

	<!-- column information -->

<dependent_variables>

        <!-- repeatable element -->
        <variable>
                <column_number>3</column_number>
                <standard_name>significant_wave_height</standard_name>
                <units>meters</units>
                <z>0</z>
        </variable>

        <variable>
                <column_number>4</column_number>
                <standard_name>dominant_wave_period</standard_name>
                <units>seconds</units>
                <z>0</z>
        </variable>

        <variable>
                <column_number>139</column_number>
                <standard_name>salinity</standard_name>
                <units>PSU</units>
                <z>-7</z>
        </variable>

        <variable>
                <column_number>8</column_number>
                <standard_name>sea_surface_eastward_current</standard_name>
                <units>cm s-1</units>
                <z></z>
        </variable>

        <variable>
                <column_number>9</column_number>
                <standard_name>sea_surface_northward_current</standard_name>
                <units>cm s-1</units>
                <z></z>
        </variable>

</dependent_variables>
</xml>
