netcdf dep0001_station-ciutadella_ime-awac001_L1_2016-07 {
dimensions:
	time = UNLIMITED ; // (44640 currently)
	depth_adcp2 = 5 ;
	name_strlen = 33 ;
variables:
	char station_name(name_strlen) ;
		station_name:long_name = "station name" ;
		station_name:cf_role = "timeseries_id" ;
	double time(time) ;
		time:standard_name = "time" ;
		time:units = "seconds since 1970-01-01 00:00:00" ;
		time:axis = "T" ;
		time:calendar = "gregorian" ;
	double DEPTH_ADCP2(depth_adcp2) ;
		DEPTH_ADCP2:standard_name = "depth" ;
		DEPTH_ADCP2:units = "m" ;
		DEPTH_ADCP2:positive = "down" ;
		DEPTH_ADCP2:axis = "Z" ;
		DEPTH_ADCP2:reference_datum = "geographical coordinates, WGS84 projection" ;
	double LAT ;
		LAT:standard_name = "latitude" ;
		LAT:long_name = "Latitude coordinate" ;
		LAT:units = "degree_north" ;
		LAT:valid_min = -90. ;
		LAT:valid_max = 90. ;
		LAT:axis = "Y" ;
		LAT:reference_datum = "geographical coordinates, WGS84 projection" ;
	double LON ;
		LON:standard_name = "longitude" ;
		LON:long_name = "Longitude coordinate" ;
		LON:units = "degree_east" ;
		LON:valid_min = -180. ;
		LON:valid_max = 180. ;
		LON:axis = "X" ;
		LON:reference_datum = "geographical coordinates, WGS84 projection" ;
	double DEPTH ;
		DEPTH:standard_name = "depth" ;
		DEPTH:long_name = "Depth coordinate" ;
		DEPTH:units = "m" ;
		DEPTH:positive = "down" ;
		DEPTH:axis = "Z" ;
		DEPTH:reference_datum = "geographical coordinates, WGS84 projection" ;
	double CUR_SPE(time, depth_adcp2) ;
		CUR_SPE:standard_name = "sea_water_speed" ;
		CUR_SPE:long_name = "Sea water velocity" ;
		CUR_SPE:units = "m s-1" ;
		CUR_SPE:coordinates = "time LAT LON DEPTH_ADCP2" ;
		CUR_SPE:original_units = "m s-1" ;
		CUR_SPE:observation_type = "derived" ;
		CUR_SPE:precision = "0.0001" ;
		CUR_SPE:comment = "Velocity values calculated from formula sqrt(easward_sea_water_velocity^2 + northward_sea_water_velocity^2 + upward_sea_water_velocity^2). Variable derived from VEL_EAS VEL_NOR VEL_UPW variables." ;
	double CUR_DIR(time, depth_adcp2) ;
		CUR_DIR:standard_name = "direction_of_sea_water_velocity" ;
		CUR_DIR:long_name = "Direction of sea water velocity" ;
		CUR_DIR:units = "degree" ;
		CUR_DIR:coordinates = "time LAT LON DEPTH_ADCP2" ;
		CUR_DIR:original_units = "degree" ;
		CUR_DIR:observation_type = "derived" ;
		CUR_DIR:precision = "0.0001" ;
		CUR_DIR:comment = "Direction calculated from formula atang2(eastward_sea_water_velocity, northward_sea_water_velocity) and adjusting result to 0-360 degrees. Variable derived from VEL_EAS VEL_NOR variables." ;
	double WTR_TEM(time) ;
		WTR_TEM:standard_name = "sea_water_temperature" ;
		WTR_TEM:long_name = "Sea water temperature" ;
		WTR_TEM:units = "C" ;
		WTR_TEM:ancillary_variables = "QC_WTR_TEM" ;
		WTR_TEM:coordinates = "time LAT LON DEPTH" ;
		WTR_TEM:original_units = "C" ;
		WTR_TEM:observation_type = "measured" ;
		WTR_TEM:precision = "0.0001" ;
	byte QC_WTR_TEM(time) ;
		QC_WTR_TEM:standard_name = "sea_water_temperature status_flag" ;
		QC_WTR_TEM:long_name = "Quality flag for sea_water_temperature" ;
		QC_WTR_TEM:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_WTR_TEM:valid_min = 0 ;
		QC_WTR_TEM:valid_max = 9 ;
		QC_WTR_TEM:_FillValue = 10b ;
		QC_WTR_TEM:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_WTR_TEM:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double WTR_PRE(time) ;
		WTR_PRE:standard_name = "sea_water_pressure" ;
		WTR_PRE:long_name = "Sea water pressure" ;
		WTR_PRE:units = "dba" ;
		WTR_PRE:ancillary_variables = "QC_WTR_PRE" ;
		WTR_PRE:coordinates = "time LAT LON DEPTH" ;
		WTR_PRE:original_units = "dba" ;
		WTR_PRE:observation_type = "measured" ;
		WTR_PRE:precision = "0.0001" ;
	byte QC_WTR_PRE(time) ;
		QC_WTR_PRE:standard_name = "sea_water_pressure status_flag" ;
		QC_WTR_PRE:long_name = "Quality flag for sea_water_pressure" ;
		QC_WTR_PRE:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_WTR_PRE:valid_min = 0 ;
		QC_WTR_PRE:valid_max = 9 ;
		QC_WTR_PRE:_FillValue = 10b ;
		QC_WTR_PRE:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_WTR_PRE: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:ancillary_variables = "QC_VOLT" ;
		VOLT:coordinates = "time LAT LON DEPTH" ;
		VOLT:original_units = "v" ;
		VOLT:observation_type = "measured" ;
		VOLT:precision = "0.0001" ;
	byte QC_VOLT(time) ;
		QC_VOLT:standard_name = "voltage status_flag" ;
		QC_VOLT:long_name = "Quality flag for voltage" ;
		QC_VOLT:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_VOLT:valid_min = 0 ;
		QC_VOLT:valid_max = 9 ;
		QC_VOLT:_FillValue = 10b ;
		QC_VOLT:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_VOLT:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double VEL_EAS(time, depth_adcp2) ;
		VEL_EAS:standard_name = "eastward_sea_water_velocity" ;
		VEL_EAS:long_name = "Eastward sea water velocity" ;
		VEL_EAS:units = "m s-1" ;
		VEL_EAS:ancillary_variables = "QC_VEL_EAS" ;
		VEL_EAS:coordinates = "time LAT LON DEPTH_ADCP2" ;
		VEL_EAS:original_units = "m s-1" ;
		VEL_EAS:observation_type = "measured" ;
		VEL_EAS:precision = "0.0001" ;
	byte QC_VEL_EAS(time, depth_adcp2) ;
		QC_VEL_EAS:standard_name = "eastward_sea_water_velocity status_flag" ;
		QC_VEL_EAS:long_name = "Quality flag for eastward_sea_water_velocity" ;
		QC_VEL_EAS:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_VEL_EAS:valid_min = 0 ;
		QC_VEL_EAS:valid_max = 9 ;
		QC_VEL_EAS:_FillValue = 10b ;
		QC_VEL_EAS:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_VEL_EAS:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double VEL_NOR(time, depth_adcp2) ;
		VEL_NOR:standard_name = "northward_sea_water_velocity" ;
		VEL_NOR:long_name = "Northward sea water velocity" ;
		VEL_NOR:units = "m s-1" ;
		VEL_NOR:ancillary_variables = "QC_VEL_NOR" ;
		VEL_NOR:coordinates = "time LAT LON DEPTH_ADCP2" ;
		VEL_NOR:original_units = "m s-1" ;
		VEL_NOR:observation_type = "measured" ;
		VEL_NOR:precision = "0.0001" ;
	byte QC_VEL_NOR(time, depth_adcp2) ;
		QC_VEL_NOR:standard_name = "northward_sea_water_velocity status_flag" ;
		QC_VEL_NOR:long_name = "Quality flag for northward_sea_water_velocity" ;
		QC_VEL_NOR:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_VEL_NOR:valid_min = 0 ;
		QC_VEL_NOR:valid_max = 9 ;
		QC_VEL_NOR:_FillValue = 10b ;
		QC_VEL_NOR:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_VEL_NOR:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double VEL_UPW(time, depth_adcp2) ;
		VEL_UPW:standard_name = "upward_sea_water_velocity" ;
		VEL_UPW:long_name = "Upward sea water velocity" ;
		VEL_UPW:units = "m s-1" ;
		VEL_UPW:ancillary_variables = "QC_VEL_UPW" ;
		VEL_UPW:coordinates = "time LAT LON DEPTH_ADCP2" ;
		VEL_UPW:original_units = "m s-1" ;
		VEL_UPW:observation_type = "measured" ;
		VEL_UPW:precision = "0.0001" ;
	byte QC_VEL_UPW(time, depth_adcp2) ;
		QC_VEL_UPW:standard_name = "upward_sea_water_velocity status_flag" ;
		QC_VEL_UPW:long_name = "Quality flag for upward_sea_water_velocity" ;
		QC_VEL_UPW:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_VEL_UPW:valid_min = 0 ;
		QC_VEL_UPW:valid_max = 9 ;
		QC_VEL_UPW:_FillValue = 10b ;
		QC_VEL_UPW:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_VEL_UPW:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double AMP_BEAM1(time, depth_adcp2) ;
		AMP_BEAM1:long_name = "sea_water_noise_amplitude_beam - Sea water noise amplitude beam 1" ;
		AMP_BEAM1:units = "counts" ;
		AMP_BEAM1:ancillary_variables = "QC_AMP_BEAM1" ;
		AMP_BEAM1:coordinates = "time LAT LON DEPTH_ADCP2" ;
		AMP_BEAM1:original_units = "counts" ;
		AMP_BEAM1:observation_type = "measured" ;
		AMP_BEAM1:precision = "0.0001" ;
	byte QC_AMP_BEAM1(time, depth_adcp2) ;
		QC_AMP_BEAM1:standard_name = "sea_water_noise_amplitude_beam status_flag" ;
		QC_AMP_BEAM1:long_name = "Quality flag for sea_water_noise_amplitude_beam" ;
		QC_AMP_BEAM1:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_AMP_BEAM1:valid_min = 0 ;
		QC_AMP_BEAM1:valid_max = 9 ;
		QC_AMP_BEAM1:_FillValue = 10b ;
		QC_AMP_BEAM1:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_AMP_BEAM1:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double AMP_BEAM2(time, depth_adcp2) ;
		AMP_BEAM2:long_name = "sea_water_noise_amplitude_beam - Sea water noise amplitude beam 2" ;
		AMP_BEAM2:units = "counts" ;
		AMP_BEAM2:ancillary_variables = "QC_AMP_BEAM2" ;
		AMP_BEAM2:coordinates = "time LAT LON DEPTH_ADCP2" ;
		AMP_BEAM2:original_units = "counts" ;
		AMP_BEAM2:observation_type = "measured" ;
		AMP_BEAM2:precision = "0.0001" ;
	byte QC_AMP_BEAM2(time, depth_adcp2) ;
		QC_AMP_BEAM2:standard_name = "sea_water_noise_amplitude_beam status_flag" ;
		QC_AMP_BEAM2:long_name = "Quality flag for sea_water_noise_amplitude_beam" ;
		QC_AMP_BEAM2:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_AMP_BEAM2:valid_min = 0 ;
		QC_AMP_BEAM2:valid_max = 9 ;
		QC_AMP_BEAM2:_FillValue = 10b ;
		QC_AMP_BEAM2:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_AMP_BEAM2:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double AMP_BEAM3(time, depth_adcp2) ;
		AMP_BEAM3:long_name = "sea_water_noise_amplitude_beam - Sea water noise amplitude beam 3" ;
		AMP_BEAM3:units = "counts" ;
		AMP_BEAM3:ancillary_variables = "QC_AMP_BEAM3" ;
		AMP_BEAM3:coordinates = "time LAT LON DEPTH_ADCP2" ;
		AMP_BEAM3:original_units = "counts" ;
		AMP_BEAM3:observation_type = "measured" ;
		AMP_BEAM3:precision = "0.0001" ;
	byte QC_AMP_BEAM3(time, depth_adcp2) ;
		QC_AMP_BEAM3:standard_name = "sea_water_noise_amplitude_beam status_flag" ;
		QC_AMP_BEAM3:long_name = "Quality flag for sea_water_noise_amplitude_beam" ;
		QC_AMP_BEAM3:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_AMP_BEAM3:valid_min = 0 ;
		QC_AMP_BEAM3:valid_max = 9 ;
		QC_AMP_BEAM3:_FillValue = 10b ;
		QC_AMP_BEAM3:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_AMP_BEAM3:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double PLAT_YAW(time) ;
		PLAT_YAW:standard_name = "platform_yaw_angle" ;
		PLAT_YAW:units = "degree" ;
		PLAT_YAW:ancillary_variables = "QC_PLAT_YAW" ;
		PLAT_YAW:coordinates = "time LAT LON" ;
		PLAT_YAW:original_units = "degree" ;
		PLAT_YAW:observation_type = "measured" ;
		PLAT_YAW:precision = "0.0001" ;
	byte QC_PLAT_YAW(time) ;
		QC_PLAT_YAW:standard_name = "platform_yaw_angle status_flag" ;
		QC_PLAT_YAW:long_name = "Quality flag for platform_yaw_angle" ;
		QC_PLAT_YAW:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_PLAT_YAW:valid_min = 0 ;
		QC_PLAT_YAW:valid_max = 9 ;
		QC_PLAT_YAW:_FillValue = 10b ;
		QC_PLAT_YAW:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_PLAT_YAW:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double PLAT_ROLL(time) ;
		PLAT_ROLL:standard_name = "platform_roll_angle" ;
		PLAT_ROLL:units = "degree" ;
		PLAT_ROLL:ancillary_variables = "QC_PLAT_ROLL" ;
		PLAT_ROLL:coordinates = "time LAT LON" ;
		PLAT_ROLL:original_units = "degree" ;
		PLAT_ROLL:observation_type = "measured" ;
		PLAT_ROLL:precision = "0.0001" ;
	byte QC_PLAT_ROLL(time) ;
		QC_PLAT_ROLL:standard_name = "platform_roll_angle status_flag" ;
		QC_PLAT_ROLL:long_name = "Quality flag for platform_roll_angle" ;
		QC_PLAT_ROLL:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_PLAT_ROLL:valid_min = 0 ;
		QC_PLAT_ROLL:valid_max = 9 ;
		QC_PLAT_ROLL:_FillValue = 10b ;
		QC_PLAT_ROLL:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_PLAT_ROLL:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;
	double PLAT_PITCH(time) ;
		PLAT_PITCH:standard_name = "platform_pitch_angle" ;
		PLAT_PITCH:units = "degree" ;
		PLAT_PITCH:ancillary_variables = "QC_PLAT_PITCH" ;
		PLAT_PITCH:coordinates = "time LAT LON" ;
		PLAT_PITCH:original_units = "degree" ;
		PLAT_PITCH:observation_type = "measured" ;
		PLAT_PITCH:precision = "0.0001" ;
	byte QC_PLAT_PITCH(time) ;
		QC_PLAT_PITCH:standard_name = "platform_pitch_angle status_flag" ;
		QC_PLAT_PITCH:long_name = "Quality flag for platform_pitch_angle" ;
		QC_PLAT_PITCH:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_PLAT_PITCH:valid_min = 0 ;
		QC_PLAT_PITCH:valid_max = 9 ;
		QC_PLAT_PITCH:_FillValue = 10b ;
		QC_PLAT_PITCH:flag_values = 0b, 1b, 2b, 3b, 4b, 6b, 9b ;
		QC_PLAT_PITCH:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data spike missing_value" ;

// global attributes:
		:title = "Data from instrument IME-AWAC001 on platform Station Ciutadella" ;
		:institution = "SOCIB (Sistema de Observación y predicción Costero de las Islas Baleares)" ;
		:netcdf_version = 3. ;
		:Conventions = "CF-1.6" ;
		:abstract = "Deployment of instrument  IME-AWAC001 at Ciutadella station in endurance line\n",
			"
La Station_Ciutadella pertenece al conjunto de estaciones que PortsIB instaló en 2007 englobadas en el proyecto Rissaga, y que desde el verano de 2014 pasaron a ser a gestionadas por SOCIB.
La estación está compuesta por un correntímetro perfilador, situado en el centro del Puerto, a 6m de profundidad y que registra datos cada minuto y un barómetro de precisión que registra datos cada 30 segundos.
La estación ha sido complementada con dos webcams que permiten monitorizar el estado general del puerto. 
" ; :summary = "Deployment of instrument IME-AWAC001 at Ciutadella station in endurance line\n", "
La Station_Ciutadella pertenece al conjunto de estaciones que PortsIB instaló en 2007 englobadas en el proyecto Rissaga, y que desde el verano de 2014 pasaron a ser a gestionadas por SOCIB.
La estación está compuesta por un correntímetro perfilador, situado en el centro del Puerto, a 6m de profundidad y que registra datos cada minuto y un barómetro de precisión que registra datos cada 30 segundos.
La estación ha sido complementada con dos webcams que permiten monitorizar el estado general del puerto. 
" ; :date_created = "2016-07-01T00:12:23+00:00" ; :date_update = "2016-08-02T23:51:57+00:00" ; :date_modified = "2016-08-02T23:51:57+00:00" ; :cdm_data_type = "TimeSeriesProfile" ; :CF\:featureType = "timeSeriesProfile" ; :featureType = "timeSeriesProfile" ; :data_mode = "R" ; :processing_level = "L1 - Derived variables and quality control procedures applied" ; :instrument_serial = "WAV5592 " ; :id = "254_123_2016-08-02T23:51:57+00:00" ; :platform_code = "254" ; :instrument_code = "123" ; :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 = 39.99978 ; :geospatial_lat_max = 39.99978 ; :geospatial_lon_min = 3.831217 ; :geospatial_lon_max = 3.831217 ; :geospatial_vertical_min = 1. ; :geospatial_vertical_max = 6. ; :geospatial_lat_units = "degree_north" ; :geospatial_lon_units = "degree_east" ; :geospatial_vertical_units = "m" ; :geospatial_vertical_positive = "down" ; :time_coverage_start = "2016-07-01T00:00:00+00:00" ; :time_coverage_end = "2016-07-31T23:59:00+00:00" ; :time_coverage_duration = "P0Y0M30DT23H59M0.000S" ; :time_coverage_resolution = "P0Y0M0DT0H1M0.000S" ; :data_center = "SOCIB Data Center" ; :data_center_email = "data.centre@socib.es" ; :institution_references = "http://www.socib.es/" ; :principal_investigator = "Joaquín Tintoré" ; :principal_investigator_email = "jtintore@socib.es" ; :project = "SOCIB Operational" ; :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 = "Nortek" ; :instrument_model = "AWAC AST 600KHz" ; :distribution_statement = "Approved for public release. Distribution Unlimited." ; :license = "Approved for public release. Distribution Unlimited." ; :citation = "Balearic Island Coastal and Observing Forecasting System." ; :acknowledgement = "Ministerio de Economia y Competitividad (http://www.mineco.gob.es/). Govern de les Illes Balears (http://www.caib.es/)." ; :update_interval = "every 360 seconds" ; }