netcdf dep0001_drifter-odi002_uib-odi002_L1_2012-10-25 {
dimensions:
	time = UNLIMITED ; // (153 currently)
	name_strlen = 15 ;
variables:
	char trajectory(name_strlen) ;
		trajectory:cf_role = "trajectory_id" ;
	double time(time) ;
		time:standard_name = "time" ;
		time:units = "seconds since 1970-01-01 00:00:00" ;
		time:_FillValue = -99999.9 ;
		time:axis = "T" ;
		time:calendar = "gregorian" ;
	double LAT(time) ;
		LAT:standard_name = "latitude" ;
		LAT:long_name = "Latitude coordiante" ;
		LAT:units = "degree_north" ;
		LAT:_FillValue = -99999.9 ;
		LAT:ancillary_variables = "QC_LAT" ;
		LAT:axis = "Y" ;
		LAT:valid_min = -90. ;
		LAT:valid_max = 90. ;
		LAT:reference_datum = "geographical coordinates, WGS84 projection" ;
	byte QC_LAT(time) ;
		QC_LAT:standard_name = "latitude status_flag" ;
		QC_LAT:long_name = "Quality flag for LAT" ;
		QC_LAT:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_LAT:valid_min = 0 ;
		QC_LAT:valid_max = 9 ;
		QC_LAT:_FillValue = 10b ;
		QC_LAT:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_LAT:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double LON(time) ;
		LON:standard_name = "longitude" ;
		LON:long_name = "Latitude coordiante" ;
		LON:units = "degree_east" ;
		LON:_FillValue = -99999.9 ;
		LON:ancillary_variables = "QC_LON" ;
		LON:axis = "X" ;
		LON:valid_min = -180. ;
		LON:valid_max = 180. ;
		LON:reference_datum = "geographical coordinates, WGS84 projection" ;
	byte QC_LON(time) ;
		QC_LON:standard_name = "longitude status_flag" ;
		QC_LON:long_name = "Quality flag for LON" ;
		QC_LON:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_LON:valid_min = 0 ;
		QC_LON:valid_max = 9 ;
		QC_LON:_FillValue = 10b ;
		QC_LON:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_LON:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double DEPTH ;
		DEPTH:standard_name = "depth" ;
		DEPTH:long_name = "Depth coordinate" ;
		DEPTH:units = "m" ;
		DEPTH:_FillValue = -99999.9 ;
		DEPTH:positive = "down" ;
		DEPTH:axis = "Z" ;
		DEPTH:reference_datum = "geographical coordinates, WGS84 projection" ;
	double PSPEED(time) ;
		PSPEED:standard_name = "platform_speed_wrt_ground" ;
		PSPEED:long_name = "Platform speed with respect to ground" ;
		PSPEED:units = "m s-1" ;
		PSPEED:_FillValue = -99999.9 ;
		PSPEED:ancillary_variables = "QC_PSPEED" ;
		PSPEED:coordinates = "time LAT LON DEPTH" ;
		PSPEED:original_units = "m s-1" ;
		PSPEED:observation_type = "derived" ;
		PSPEED:precision = "0.001" ;
	byte QC_PSPEED(time) ;
		QC_PSPEED:standard_name = "platform_speed_wrt_ground status_flag" ;
		QC_PSPEED:long_name = "Quality flag for PSPEED" ;
		QC_PSPEED:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_PSPEED:valid_min = 0 ;
		QC_PSPEED:valid_max = 9 ;
		QC_PSPEED:_FillValue = 10b ;
		QC_PSPEED:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_PSPEED:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double WTEM(time) ;
		WTEM:standard_name = "sea_water_temperature" ;
		WTEM:units = "C" ;
		WTEM:_FillValue = -99999.9 ;
		WTEM:ancillary_variables = "QC_WTEM" ;
		WTEM:coordinates = "time LAT LON DEPTH" ;
		WTEM:original_units = "C" ;
		WTEM:observation_type = "measured" ;
		WTEM:precision = "0.01" ;
	byte QC_WTEM(time) ;
		QC_WTEM:standard_name = "sea_water_temperature status_flag" ;
		QC_WTEM:long_name = "Quality flag for WTEM" ;
		QC_WTEM:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_WTEM:valid_min = 0 ;
		QC_WTEM:valid_max = 9 ;
		QC_WTEM:_FillValue = 10b ;
		QC_WTEM:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_WTEM:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double VOLT(time) ;
		VOLT:long_name = "voltage" ;
		VOLT:units = "V" ;
		VOLT:_FillValue = -99999.9 ;
		VOLT:coordinates = "time LAT LON DEPTH" ;
		VOLT:original_units = "V" ;
		VOLT:observation_type = "measured" ;
		VOLT:precision = "0.1" ;

// global attributes:
		:title = "Data from instrument IME-ODi002 on platform Drifter ODi002" ;
		:institution = "UIB (Universitat de les Illes Balears)" ;
		:netcdf_version = 3.5 ;
		:Conventions = "CF-1.6" ;
		:date_created = "2012-10-29T08:26:53+00:00" ;
		:date_update = "2012-10-30T09:50:22+00:00" ;
		:date_modified = "2012-10-30T09:50:22+00:00" ;
		:cdm_data_type = "Trajectory" ;
		:CF\:featureType = "trajectory" ;
		:featureType = "trajectory" ;
		:data_mode = "R" ;
		:processing_level = "L1 - Derived variables and quality control procedures applied" ;
		:platform_code = "126" ;
		:instrument_code = "275" ;
		:id = "126_275_2012-10-30T09:50:22+00:00" ;
		:keywords_vocabulary = "http://gcmd.nasa.gov/Resources/valids/archives/keyword_list.html" ;
		:standard_name_vocabulary = "http://cf-pcmdi.llnl.gov/documents/cf-standard-names/standard-name-table/16/cf-standard-name-table.html" ;
		:geospatial_lat_min = 38.86073 ;
		:geospatial_lat_max = 39.0119 ;
		:geospatial_lon_min = 1.0317 ;
		:geospatial_lon_max = 1.27358 ;
		:geospatial_vertical_min = 0. ;
		:geospatial_vertical_max = 0. ;
		:geospatial_lat_units = "degree_north" ;
		:geospatial_lon_units = "degree_east" ;
		:geospatial_vertical_units = "m" ;
		:geospatial_vertical_positive = "down" ;
		:time_coverage_start = "2012-10-25T18:48:53+00:00" ;
		:time_coverage_end = "2012-10-30T09:13:36+00:00" ;
		:time_coverage_duration = "P0Y0M4DT14H24M43.000S" ;
		:time_coverage_resolution = "P0Y0M0DT0H0M0.000S" ;
		:data_center = "SOCIB Data Center" ;
		:data_center_email = "data.centre@socib.es" ;
		:institution_references = "http://www.uib.cat/" ;
		:principal_investigator = "Alejandro Orfila" ;
		:principal_investigator_email = "a.orfila@uib.es" ;
		:project = "TOSCA MED Project" ;
		:author = "SOCIB Data Center" ;
		:author_email = "data.centre@socib.es" ;
		:creator_name = "SOCIB Data Center" ;
		:creator_url = "http://www.socib.es/?seccion=dataCenter" ;
		:creator_email = "data.centre@socib.es" ;
		:publisher_name = "SOCIB" ;
		:publisher_url = "http://www.socib.es" ;
		:publisher_email = "info@socib.es" ;
		:manufacture_name = "Albatros" ;
		:instrument_model = "ODi" ;
		:distribution_statement = "Approved for public release. Distribution Unlimited." ;
		:license = "Approved for public release. Distribution Unlimited." ;
		:citation = "TOSCA MED Project (2G-MED09-425)" ;
		:acknowledgement = "Ministerio de Economia y Competitividad (http://www.mineco.gob.es/). Govern de les Illes Balears (http://www.caib.es/)." ;
		:update_interval = "every 2400 seconds" ;
		:history = "Thu Jan 29 09:11:10 2015: ncatted -O -a flag_values,,m,b,0, 1, 2, 3, 4, 6, 9 -a flag_meanings,,m,c,no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value ./surface_drifter/drifter_odi002-uib_odi002/L1/2012/dep0001_drifter-odi002_uib-odi002_L1_2012-10-26.nc" ;
		:imei = "300234011855620" ;
		:summary = "Drifter ODi 002 TOSCA deployment\n",
			"ODi surface drifter (Tosca project). Installed sea surface temperature, voltage  and GPS sensors." ;
		:abstract = "Drifter ODi 002 TOSCA deployment\n",
			"ODi surface drifter (Tosca project). Installed sea surface temperature, voltage  and GPS sensors." ;
		:comment = "The ODi surface drifter (same as MD03i) is a low-cost small drifter. It is designed as a very small and\n",
			"security oriented buoy, having a flexible closed cell PE foam buoyancy.\n",
			"The  position  is  obtained  by  a  GPS  module,  and  it  has  a  IRIDIUM  satellite  data\n",
			"transmission system. It can be configured by the software to send the data at specified\n",
			"time intervals.\n",
			"MD03i user manual http://www.albatrosmt.com/images/stories/BoyaMD03i/descargas/MD03i_UserManual_(v3.1.2).pdf" ;
}