Attributes { Global { String Owner "Web site owner: Center for Operational Oceanographic Products and Services (CO-OPS)"; String title "CO-OPS Wind Data"; String host "http://opendap.co-ops.nos.noaa.gov/dods/"; String contact "IOOS.Webmaster@noaa.gov"; String REQUIRED_Fields " _STATION_ID, _BEGIN_DATE and _END_DATE "; } _STATION_ID { String long_name "Station Id"; String comment "REQUIRED 7-character Station ID surrounded in double quotes. To view the station id listing go to: http://opendap.co-ops.nos.noaa.gov/stations/index.jsp "; } DCP { String long_name "DCP number"; String comment "1-character DCP number surrounded in double quotes"; } SENSOR_ID { String long_name "Sensor Id"; String comment "2-character Sensor ID surrounded in double quotes: C1 - Wind"; } _BEGIN_DATE { String long_name "REQUIRED 8- to 14-character Begin Date (yyyymmdd hh:mi) surrounded in double quotes"; String Examples " 20040321 OR 20030712 19:02 "; } _END_DATE { String long_name "REQUIRED 8- to 14-character End Date (yyyymmdd hh:mi) surrounded in double quotes"; String comment "Up to one year"; } DATE_TIME { String long_name "Converted UTC Date Time Stamp in double quotes (MMM DD YYYY hh:mm(AM or PM)) (E.g. Jul 13 2004 3:48PM)"; String comment "The date time stamp unit is in UTC, presented in a 12hr format. You may want to convert to 24 hr format before use. (E.g. 12:06 AM = 0006 UTC, 11:48 PM = 2348 UTC)"; } Wind_Speed { String long_name "Wind speed is in meters per second"; } Wind_Direction { String long_name "Wind direction in degrees"; } Wind_Gust { String long_name "Wind gust is in meters per second"; } X { String comment "A flag that when set to 1 indicates that the maximum wind speed was exceeded"; } R { String long_name "A flag that when set to 1 indicates that the rate of change tolerance limit was exceeded"; } }