<?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>jcothran@carocoops.org</contact_info>

        <institution_desc>National Estuarine Research Reserve System</institution_desc>
        <institution_url>http://cdmo.baruch.sc.edu</institution_url>

        <institution_id>nerrs</institution_id>
        <platform_id>apalachicola</platform_id>
        <package_id>water</package_id>

	<station_id>nerrs_apalachicola_water</station_id>
	<title>nerrs data for water apalachicola</title>

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

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

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

	<!-- file information -->

        <data_url>http://cdmo.baruch.sc.edu/coopcsv</data_url>
        <filename_search>cdmo_apalachicola_water_</filename_search>
        <file_row_start>0</file_row_start>
        <file_row_comment></file_row_comment>
        <file_field_separator>\,</file_field_separator>
        <file_row_separator>\n</file_row_separator>
        <file_field_missing_value></file_field_missing_value>
       
	<column_time></column_time>
	<measurement_time_zone>localEDT</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>2</column_number>
                <standard_name>sea_surface_temperature</standard_name>
                <units>degree_Celcius</units>
                <z>-3</z>
        </variable>

        <variable>
                <column_number>6</column_number>
                <standard_name>salinity</standard_name>
                <units>psu</units>
                <z>-3</z>
        </variable>

</dependent_variables>
</xml>
