<?xml version="1.0" encoding="ISO-8859-1" ?>
<erddapDatasets>
<!-- GENERAL INFORMATION
The information in this file specifies which datasets your ERDDAP will serve.
The initial version of this file has a few examples which should work for you.
But after your initial experiments with ERDDAP, 
you should replace them with information for your datasets.

You can change this document (e.g., add datasets, change metadata) while ERDDAP is running. 
The changes will be detected the next time this document is read
(as often as setup.xml loadDatasetsMinMinutes).

Each dataset has a reloadEveryNMinutes value (default = 10080 (one week)).
When this document is reread, datasets that haven't been been reloaded in 
their reloadEveryNMinutes will be reloaded.
You only need to specify a reloadEveryNMinutes value if you anticipate that
the dataset will change periodically.

If this document has an xml error, processing will stop and an email
will be sent to emailEverythingTo as specified in setup.xml.

If you want to remove a dataset while ERDDAP is running, add 
    active="false"
to the dataset tag.  For example,
    <dataset type="EDDGridFromDap" datasetID="erdMHchla8day" active="false">

For more information, see 
http://coastwatch.pfel.noaa.gov/erddap/download/setupDatasetsXml.html
-->
<startHeadHtml5><![CDATA[
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>ERDDAP</title>
<link rel="shortcut icon" href="&erddapUrl;/images/favicon.ico">
<link href="&erddapUrl;/images/erddap2.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
]]></startHeadHtml5>


<!-- The standard startBodyHtml -->
<startBodyHtml5><![CDATA[
<body>
<table class="compact nowrap" style="width:100%; background-color:#128CB5;">
  <tr>
    <td style="text-align:center; width:80px;"><a rel="bookmark"
      href="https://gcoos.org"><img
      title="Gulf of America Coastal Ocean Observing System"
      src="&erddapUrl;/images/gcoosb.png" alt="GCOOS" width="155"
      style="vertical-align:middle;"></a></td>
    <td style="text-align:left; font-size:x-large; color:#FFFFFF; ">
      <strong>Biological and Socioeconomics</strong>
      <br>
      </td>
    <td style="text-align:right; font-size:small;">
      &loginInfo; &nbsp; &nbsp;
      <br>Brought to you by
      <a title="National Oceanic and Atmospheric Administration" rel="bookmark"
      href="https://www.noaa.gov">NOAA</a>
      <a title="National Marine Fisheries Service" rel="bookmark"
      href="https://www.fisheries.noaa.gov">NMFS</a>
      <a title="Southwest Fisheries Science Center" rel="bookmark"
      href="https://swfsc.noaa.gov">SWFSC</a>
      <a title="Environmental Research Division" rel="bookmark"
      href="https://swfsc.noaa.gov/textblock.aspx?Division=ERD&amp;id=1315&amp;ParentMenuId=200">ERD</a>
      &nbsp; &nbsp;
      </td>
  </tr>
</table>
]]></startBodyHtml5>

<!-- This is the short description of ERDDAP, which is used on the middle of the
     left side of ERDDAP's home page.
This can refer to &erddapUrl;, &requestFormatExamplesHtml;
&resultsFormatExamplesHtml; and [standardShortDescriptionHtml] (from
[tomcat]/webapps/erddap/WEB-INF/classes/gov/noaa/pfel/erddap/util/messages.xml ).
If your ERDDAP can use https, all referenced image files, etc.
  must be in [tomcat]/content/erddap/images or a subdirectory
  and must be referenced here with &erddapUrl;/images/[fileName].
If you don't use [standardShortDescriptionHtml], at least include a link like:
(<a href="&erddapUrl;/information.html">More detailed information about ERDDAP</a>)
All of the information in [standardShortDescriptionHtml] is also contained in
<theLongDescriptionHtml> in messages.xml.
-->

<theShortDescriptionHtml><![CDATA[
<h1>ERDDAP</h1>
ERDDAP is a data server that gives you a simple, consistent way to download
subsets of scientific datasets in common file formats and make graphs and maps.
This particular ERDDAP installation has oceanographic data
(for example, data from satellites and buoys).

[standardShortDescriptionHtml]

]]></theShortDescriptionHtml>

<!-- You can change other things, but please keep "ERDDAP, Version &erddapVersion;" and 
          these references to the Disclaimers and Privacy Policy. -->


<!-- If you want to refuse requests from certain clients
  (e.g., to fend off a Denial of Service attack or an overly zealous web robot), 
  add their numeric IP address (e.g., 123.45.67.89) to this comma-separated list. 
  You can also replace the last number in an IP address with * to block 0-255 (e.g., 123.45.67.*).
  See your ERDDAP daily report for a list/tally of the most active requesters. -->
<requestBlacklist></requestBlacklist>

<!-- If you want to prevent specific people from using the email/URL subscription
     system, uncomment the following tag and add their email addresses to the comma-separated list. 
<subscriptionEmailBlacklist>some.name@company.com, another.name@company.com</subscriptionEmailBlacklist>
-->

<!-- These convert the local sourceUrl (used in dataset tags) 
into the public sourceUrl (which appears in a dataset's globalAttributes).
This is only needed if some datasets use non-public sourceUrl's
(usually because their computer is in your DMZ or a local LAN). 
'from' and 'to' are the start of the URLs and are case sensitive.
'from' must be '[something]//[something]/' . 
For example,
<convertToPublicSourceUrl from="http://192.168.31.18/" to="http://oceanwatch.pfeg.noaa.gov/" />
will cause a matching local sourceUrl (such as http://192.168.31.18/thredds/dodsC/satellite/BA/ssta/5day)
into a public sourceUrl (http://oceanwatch.pfeg.noaa.gov/thredds/dodsC/satellite/BA/ssta/5day). 
-->
<!--
<convertToPublicSourceUrl from="http://192.168.31.18/" to="http://oceanwatch.pfeg.noaa.gov/" />
<convertToPublicSourceUrl from="http://192.168.31.27/" to="http://thredds1.pfeg.noaa.gov/"   />
-->
<dataset type="EDDTableFromMultidimNcFiles" datasetID="lc2010_fl6_XBT" active="true">
    <!--
    THIS IS ONLY FOR XBT

    If 'filename' appears in uppercase letters in this doc,
    it has not been properly substituted!
    -->

    <reloadEveryNMinutes>10080</reloadEveryNMinutes>
    <updateEveryNMillis>10000</updateEveryNMillis>
    <fileDir>/data/erddap/gulfhub/NCSU/LCdata/Data/CTD/Air</fileDir>
    <fileNameRegex>lc2010_fl6.nc</fileNameRegex>
    <recursive>true</recursive>
    <pathRegex>.*</pathRegex>
    <metadataFrom>last</metadataFrom>
    <preExtractRegex></preExtractRegex>
    <postExtractRegex></postExtractRegex>
    <extractRegex></extractRegex>
    <columnNameForExtract></columnNameForExtract>
    <sortFilesBySourceNames></sortFilesBySourceNames>
    <fileTableInMemory>false</fileTableInMemory>
    <accessibleViaFiles>true</accessibleViaFiles>
    <addAttributes>

        <!-- isn't this already set in the file? it is...-->
        <att name="cdm_data_type">profile</att>

        <att name="sourceUrl">(local files)</att>
        <att name="infoUrl">https://gcoos.org</att>

        <!-- tell ERDDAP which variables to serve as cdm_data_type -->
        <att name="cdm_profile_variables">station</att>

        <!-- if dataset doesn't have an altitude or depth variable, must tell ERDDAP -->
        <att name="cdm_altitude_proxy">XBT_Depth</att>

        <!--
        Here we create a "new" title so that users can clearly see this is
        ONLY for XBT data
        -->
        <att name="title">lc2010_fl6 XBT Data - Loop Current Observations in the Eastern Gulf of Mexico</att>

    </addAttributes> 
    <dataVariable>
        <sourceName>lower_left_longitude</sourceName>
        <destinationName>lower_left_longitude</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">nan</att>
            <att name="long_name" type="String">Bounding Box Coordinates</att>
            <att name="ioos_category">Location</att>
            <att name="units" type="String">degrees_E</att>
            <att name="valid_min" type="float">-89.01</att>
            <att name="valid_max" type="float">-89.01</att>
            <att name="actual_range" type="float">-89.01 -89.01</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>lower_left_latitude</sourceName>
        <destinationName>lower_left_latitude</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">nan</att>
            <att name="long_name" type="String">Bounding Box Coordinates</att>
            <att name="ioos_category">Location</att>
            <att name="units" type="String">degrees_N</att>
            <att name="valid_min" type="float">24.01</att>
            <att name="valid_max" type="float">24.01</att>
            <att name="actual_range" type="float">24.01 24.01</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>upper_right_longitude</sourceName>
        <destinationName>upper_right_longitude</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">nan</att>
            <att name="long_name" type="String">Bounding Box Coordinates</att>
            <att name="ioos_category">Location</att>
            <att name="units" type="String">degrees_E</att>
            <att name="valid_min" type="float">-84.98998</att>
            <att name="valid_max" type="float">-84.98998</att>
            <att name="actual_range" type="float">-84.98998 -84.98998</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>upper_right_latitude</sourceName>
        <destinationName>upper_right_latitude</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">nan</att>
            <att name="long_name" type="String">Bounding Box Coordinates</att>
            <att name="ioos_category">Location</att>
            <att name="units" type="String">degrees_N</att>
            <att name="valid_min" type="float">27.69</att>
            <att name="valid_max" type="float">27.69</att>
            <att name="actual_range" type="float">27.69 27.69</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>station</sourceName>
        <destinationName>station</destinationName>
        <dataType>int</dataType>
        <addAttributes>
            <att name="long_name" type="String">Station or Cast Number</att>
            <att name="cf_role" type="String">profile_id</att>
            <att name="ioos_category">Identifier</att>
            <att name="coverage_content_type" type="String">coordinate</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>time</sourceName>
        <destinationName>time</destinationName>
        <dataType>double</dataType>
        <addAttributes>
            <att name="_FillValue" type="double">nan</att>
            <att name="long_name" type="String">Time of Cast</att>
            <att name="units" type="String">minutes since 2010-05-08 00:00:00</att>
            <att name="standard_name" type="String">time</att>
            <att name="coverage_content_type" type="String">coordinate</att>
            <att name="ioos_category">Time</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>longitude</sourceName>
        <destinationName>longitude</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">nan</att>
            <att name="long_name" type="String">Station Longitude</att>
            <att name="units" type="String">degrees_E</att>
            <att name="standard_name" type="String">longitude</att>
            <att name="standard_name_url">http://mmisw.org/ont/ioos/parameter/longitude</att>
            <att name="ioos_category">Location</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>latitude</sourceName>
        <destinationName>latitude</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">nan</att>
            <att name="long_name" type="String">Station Latitude</att>
            <att name="units" type="String">degrees_N</att>
            <att name="standard_name" type="String">latitude</att>
            <att name="standard_name_url">http://mmisw.org/ont/ioos/parameter/latitude</att>
            <att name="ioos_category">Location</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>waterdepth</sourceName>
        <destinationName>waterdepth</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">nan</att>
            <att name="long_name" type="String">Depth of Bottom</att>
            <att name="standard_name" type="String">sea_floor_depth_below_sea_surface</att>
            <att name="standard_name_url">http://mmisw.org/ont/ioos/parameter/sea_floor_depth_below_sea_surface</att>
            <att name="ioos_category">Location</att>
            <att name="units" type="String">m</att>
            <att name="positive" type="String">down</att>
            <att name="valid_min" type="float">221.0</att>
            <att name="valid_max" type="float">3641.0</att>
            <att name="actual_range" type="float">221.0 3641.0</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
            <att name="coordinates" type="String">latitude time longitude</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>depthflag</sourceName>
        <destinationName>depthflag</destinationName>
        <dataType>String</dataType>
        <addAttributes>
            <att name="long_name" type="String">Bottom Depth Flag</att>
            <att name="ioos_category">Quality</att>
            <att name="flag_values" type="String">S G</att>
            <att name="flag_meanings" type="String">Measured_at_Station Estimated_from_GTOPO30_Bathymetric_Database</att>
            <att name="standard_name" type="String">status_flag</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
            <att name="coordinates" type="String">latitude time longitude</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>instrument</sourceName>
        <destinationName>instrument</destinationName>
        <dataType>String</dataType>
        <addAttributes>
            <att name="long_name" type="String">Measurement System or Instrument Codes</att>
            <att name="ioos_category">Unknown</att>
            <att name="T10" type="String">SCIPPICAN 200 M XBT PR</att>
            <att name="XCP" type="String">SIPPICAN X SHEAR</att>
            <att name="XCT" type="String">SCIPPICAN (A)XCTD T,CO</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
            <att name="coordinates" type="String">latitude time longitude</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>indextype</sourceName>
        <destinationName>indextype</destinationName>
        <dataType>short</dataType>
        <addAttributes>
            <att name="long_name" type="String">Data Type Index Selector with Values : 1 - 5</att>
            <att name="ioos_category">Unknown</att>
            <att name="flag_values" type="short">1 2 3 4 5</att>
            <att name="flag_meanings" type="String">CTD_INDEX XBT_INDEX XCP_INDEX ADP_INDEX NUT_INDEX</att>
            <att name="CTD_INDEX" type="String">Temperature/Salinity from Hydro Casts (CTD)       </att>
            <att name="XBT_INDEX" type="String">Temperature from e(X)pendable probes              </att>
            <att name="XCP_INDEX" type="String">Relative Velocity (Shear) from X Current Profiler </att>
            <att name="ADP_INDEX" type="String">Velocity from Ship-Mounted Profiler (ADCP)        </att>
            <att name="NUT_INDEX" type="String">Nutrients/CTD: T,S,O2,PO4,NO3,SIO3,CHL-A,Total-CHL</att>
            <att name="valid_min" type="short">1</att>
            <att name="valid_max" type="short">4</att>
            <att name="actual_range" type="short">1 4</att>
            <att name="coverage_content_type" type="String">referenceInformation</att>
            <att name="coordinates" type="String">latitude time longitude</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>start_index</sourceName>
        <destinationName>start_index</destinationName>
        <dataType>int</dataType>
        <addAttributes>
            <att name="long_name" type="String">Start Index of Station Cast Data (Type given by indextype number)</att>
            <att name="ioos_category">Unknown</att>
            <att name="origin" type="int">1</att>
            <att name="conventions" type="String">FORTRAN Array Indexing</att>
            <att name="valid_min" type="int">1</att>
            <att name="valid_max" type="int">5652</att>
            <att name="actual_range" type="int">1 5652</att>
            <att name="coverage_content_type" type="String">coordinate</att>
            <att name="coordinates" type="String">latitude time longitude</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>stop_index</sourceName>
        <destinationName>stop_index</destinationName>
        <dataType>int</dataType>
        <addAttributes>
            <att name="long_name" type="String">Stop Index of Station Cast Data (Type given by indextype number)</att>
            <att name="ioos_category">Unknown</att>
            <att name="origin" type="int">1</att>
            <att name="conventions" type="String">FORTRAN Array Indexing</att>
            <att name="valid_min" type="int">200</att>
            <att name="valid_max" type="int">5795</att>
            <att name="actual_range" type="int">200 5795</att>
            <att name="coverage_content_type" type="String">coordinate</att>
            <att name="coordinates" type="String">latitude time longitude</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>XBT_Depth</sourceName>
        <destinationName>XBT_Depth</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">nan</att>
            <att name="standard_name" type="String">depth</att>
            <att name="standard_name_url">http://mmisw.org/ont/ioos/parameter/depth</att>
            <att name="ioos_category">Location</att>
            <att name="units" type="String">m   </att>
            <att name="positive" type="String">down</att>
            <att name="info" type="String">Manufacturers Formula Used for Time - Depth Conversions</att>
            <att name="valid_min" type="float">2.0</att>
            <att name="valid_max" type="float">1650.0</att>
            <att name="actual_range" type="float">2.0 1650.0</att>
            <att name="coverage_content_type" type="String">physicalMeasurement</att>
        </addAttributes>
    </dataVariable>
    <dataVariable>
        <sourceName>XBT_Temperature</sourceName>
        <destinationName>XBT_Temperature</destinationName>
        <dataType>float</dataType>
        <addAttributes>
            <att name="_FillValue" type="float">-9999.0</att>
            <att name="long_name" type="String">Temperature </att>
            <att name="standard_name" type="String">sea_water_temperature</att>
            <att name="standard_name_url">http://mmisw.org/ont/ioos/parameter/sea_water_temperature</att>
            <att name="ioos_category">Temperature</att>
            <att name="units" type="String">Deg C</att>
            <att name="valid_min" type="float">4.397999</att>
            <att name="valid_max" type="float">28.7</att>
            <att name="actual_range" type="float">4.397999 28.7</att>
            <att name="coverage_content_type" type="String">physicalMeasurement</att>
        </addAttributes>
    </dataVariable>
</dataset>
</erddapDatasets>
