netcdf dep0003_buoy-soller_scb-wave004_L1_2024-04 {
dimensions:
	time = UNLIMITED ; // (747 currently)
	name_strlen = 26 ;
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 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 HEIGHT ;
		HEIGHT:standard_name = "height" ;
		HEIGHT:long_name = "Height coordinate" ;
		HEIGHT:units = "m" ;
		HEIGHT:positive = "up" ;
		HEIGHT:axis = "Z" ;
		HEIGHT:reference_datum = "geographical coordinates, WGS84 projection" ;
	double WAV_HEI_MAX(time) ;
		WAV_HEI_MAX:standard_name = "sea_surface_wave_maximum_height" ;
		WAV_HEI_MAX:long_name = "Estimated maximum wave height" ;
		WAV_HEI_MAX:units = "m" ;
		WAV_HEI_MAX:ancillary_variables = "QC_WAV_HEI_MAX" ;
		WAV_HEI_MAX:coordinates = "time LAT LON HEIGHT" ;
		WAV_HEI_MAX:original_units = "m" ;
		WAV_HEI_MAX:observation_type = "measured" ;
		WAV_HEI_MAX:precision = "0.01" ;
	byte QC_WAV_HEI_MAX(time) ;
		QC_WAV_HEI_MAX:standard_name = "sea_surface_wave_maximum_height status_flag" ;
		QC_WAV_HEI_MAX:long_name = "Quality flag for sea_surface_wave_maximum_height" ;
		QC_WAV_HEI_MAX:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_WAV_HEI_MAX:valid_min = 0 ;
		QC_WAV_HEI_MAX:valid_max = 9 ;
		QC_WAV_HEI_MAX:_FillValue = 10b ;
		QC_WAV_HEI_MAX:flag_values = 0b, 1b, 2b, 3b, 4b, 9b ;
		QC_WAV_HEI_MAX:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data missing_value" ;
	double WAV_HEI_SIG(time) ;
		WAV_HEI_SIG:standard_name = "sea_surface_wave_significant_height" ;
		WAV_HEI_SIG:long_name = "Spectral significant wave height (Hm0)" ;
		WAV_HEI_SIG:units = "m" ;
		WAV_HEI_SIG:ancillary_variables = "QC_WAV_HEI_SIG" ;
		WAV_HEI_SIG:coordinates = "time LAT LON HEIGHT" ;
		WAV_HEI_SIG:original_units = "m" ;
		WAV_HEI_SIG:observation_type = "measured" ;
		WAV_HEI_SIG:precision = "0.01" ;
	byte QC_WAV_HEI_SIG(time) ;
		QC_WAV_HEI_SIG:standard_name = "sea_surface_wave_significant_height status_flag" ;
		QC_WAV_HEI_SIG:long_name = "Quality flag for sea_surface_wave_significant_height" ;
		QC_WAV_HEI_SIG:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_WAV_HEI_SIG:valid_min = 0 ;
		QC_WAV_HEI_SIG:valid_max = 9 ;
		QC_WAV_HEI_SIG:_FillValue = 10b ;
		QC_WAV_HEI_SIG:flag_values = 0b, 1b, 2b, 3b, 4b, 9b ;
		QC_WAV_HEI_SIG:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data missing_value" ;
	double WAV_PER_PEA(time) ;
		WAV_PER_PEA:standard_name = "sea_surface_wave_period_at_variance_spectral_density_maximum" ;
		WAV_PER_PEA:long_name = "Wave period at spectral peak / peak period (Tp)" ;
		WAV_PER_PEA:units = "s" ;
		WAV_PER_PEA:ancillary_variables = "QC_WAV_PER_PEA" ;
		WAV_PER_PEA:coordinates = "time LAT LON HEIGHT" ;
		WAV_PER_PEA:original_units = "s" ;
		WAV_PER_PEA:observation_type = "measured" ;
		WAV_PER_PEA:precision = "0.1" ;
	byte QC_WAV_PER_PEA(time) ;
		QC_WAV_PER_PEA:standard_name = "sea_surface_wave_period_at_variance_spectral_density_maximum status_flag" ;
		QC_WAV_PER_PEA:long_name = "Quality flag for sea_surface_wave_period_at_variance_spectral_density_maximum" ;
		QC_WAV_PER_PEA:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_WAV_PER_PEA:valid_min = 0 ;
		QC_WAV_PER_PEA:valid_max = 9 ;
		QC_WAV_PER_PEA:_FillValue = 10b ;
		QC_WAV_PER_PEA:flag_values = 0b, 1b, 2b, 3b, 4b, 9b ;
		QC_WAV_PER_PEA:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data missing_value" ;
	double WAV_FRO_DIR(time) ;
		WAV_FRO_DIR:standard_name = "sea_surface_wave_from_direction" ;
		WAV_FRO_DIR:long_name = "Mean wave direction from (Mdir)" ;
		WAV_FRO_DIR:units = "degree" ;
		WAV_FRO_DIR:ancillary_variables = "QC_WAV_FRO_DIR" ;
		WAV_FRO_DIR:coordinates = "time LAT LON HEIGHT" ;
		WAV_FRO_DIR:original_units = "degree" ;
		WAV_FRO_DIR:observation_type = "measured" ;
		WAV_FRO_DIR:precision = "0.01" ;
	byte QC_WAV_FRO_DIR(time) ;
		QC_WAV_FRO_DIR:standard_name = "sea_surface_wave_from_direction status_flag" ;
		QC_WAV_FRO_DIR:long_name = "Quality flag for sea_surface_wave_from_direction" ;
		QC_WAV_FRO_DIR:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_WAV_FRO_DIR:valid_min = 0 ;
		QC_WAV_FRO_DIR:valid_max = 9 ;
		QC_WAV_FRO_DIR:_FillValue = 10b ;
		QC_WAV_FRO_DIR:flag_values = 0b, 1b, 2b, 3b, 4b, 9b ;
		QC_WAV_FRO_DIR:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data missing_value" ;
	double WAV_DIR_DIS(time) ;
		WAV_DIR_DIS:standard_name = "sea_surface_wave_directional_spread_at_variance_spectral_density_maximum" ;
		WAV_DIR_DIS:long_name = "Wave directional spreading at spectral peak" ;
		WAV_DIR_DIS:units = "degree" ;
		WAV_DIR_DIS:ancillary_variables = "QC_WAV_DIR_DIS" ;
		WAV_DIR_DIS:coordinates = "time LAT LON HEIGHT" ;
		WAV_DIR_DIS:original_units = "degree" ;
		WAV_DIR_DIS:observation_type = "measured" ;
		WAV_DIR_DIS:precision = "0.01" ;
	byte QC_WAV_DIR_DIS(time) ;
		QC_WAV_DIR_DIS:standard_name = "sea_surface_wave_directional_spread_at_variance_spectral_density_maximum status_flag" ;
		QC_WAV_DIR_DIS:long_name = "Quality flag for sea_surface_wave_directional_spread_at_variance_spectral_density_maximum" ;
		QC_WAV_DIR_DIS:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_WAV_DIR_DIS:valid_min = 0 ;
		QC_WAV_DIR_DIS:valid_max = 9 ;
		QC_WAV_DIR_DIS:_FillValue = 10b ;
		QC_WAV_DIR_DIS:flag_values = 0b, 1b, 2b, 3b, 4b, 9b ;
		QC_WAV_DIR_DIS:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data missing_value" ;
	double INT_TEMP(time) ;
		INT_TEMP:long_name = "internal_temperature" ;
		INT_TEMP:units = "C" ;
		INT_TEMP:ancillary_variables = "QC_INT_TEMP" ;
		INT_TEMP:coordinates = "time LAT LON HEIGHT" ;
		INT_TEMP:original_units = "C" ;
		INT_TEMP:observation_type = "measured" ;
		INT_TEMP:precision = "0.1" ;
	byte QC_INT_TEMP(time) ;
		QC_INT_TEMP:standard_name = "internal_temperature status_flag" ;
		QC_INT_TEMP:long_name = "Quality flag for internal_temperature" ;
		QC_INT_TEMP:quality_control_convention = "SOCIB Quality control Data Protocol" ;
		QC_INT_TEMP:valid_min = 0 ;
		QC_INT_TEMP:valid_max = 9 ;
		QC_INT_TEMP:_FillValue = 10b ;
		QC_INT_TEMP:flag_values = 0b, 1b, 2b, 3b, 4b, 9b ;
		QC_INT_TEMP:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data missing_value" ;
	double VOLT(time) ;
		VOLT:long_name = "voltage - battery voltage" ;
		VOLT:units = "volt" ;
		VOLT:ancillary_variables = "QC_VOLT" ;
		VOLT:coordinates = "time LAT LON HEIGHT" ;
		VOLT:original_units = "volt" ;
		VOLT:observation_type = "measured" ;
		VOLT:precision = "0.1" ;
	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, 9b ;
		QC_VOLT:flag_meanings = "no_qc_performed good_data probably_good_data probably_bad_data bad_data missing_value" ;

// global attributes:
		:title = "Data from instrument SCB-WAVE004 on platform Buoy Soller" ;
		: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 SCB-WAVE004 at Soller in endurance line\n",
			"SOCIB install the oceanographic Buoy Soller to obtain metocean data in the North-West coast of Majorca.\n",
			"This buoy provides data on atmospheric variables (wind, pressure and temperature) every 10 minutes, and oceanic variables (waves, water temperature and  currents)  every 30 min.  The data are transferred via GSM to SOCIB servers, where data are pre-processed and are inmediately published on the SOCIB web site.\n",
			"The buoy was designed by EMS, it consists of a miniDB500 float to which a Cambel datalogger and sensors for atmospheric and wave measurement have been added. In 2023 SOCIB has integrated a currentmeter that allows us obtain current data at 12 levels (from 1 to 25 m) and also to collect the data water temperature on the surface." ;
		:summary = "Deployment of instrument SCB-WAVE004 at Soller in endurance line\n",
			"SOCIB install the oceanographic Buoy Soller to obtain metocean data in the North-West coast of Majorca.\n",
			"This buoy provides data on atmospheric variables (wind, pressure and temperature) every 10 minutes, and oceanic variables (waves, water temperature and  currents)  every 30 min.  The data are transferred via GSM to SOCIB servers, where data are pre-processed and are inmediately published on the SOCIB web site.\n",
			"The buoy was designed by EMS, it consists of a miniDB500 float to which a Cambel datalogger and sensors for atmospheric and wave measurement have been added. In 2023 SOCIB has integrated a currentmeter that allows us obtain current data at 12 levels (from 1 to 25 m) and also to collect the data water temperature on the surface." ;
		:date_created = "2024-04-16T08:00:20+00:00" ;
		:date_update = "2024-05-02T00:10:25+00:00" ;
		:date_modified = "2024-05-02T00:10:25+00:00" ;
		:cdm_data_type = "TimeSeries" ;
		:CF\:featureType = "timeSeries" ;
		:featureType = "timeSeries" ;
		:data_mode = "R" ;
		:processing_level = "L1 - Derived variables and quality control procedures applied" ;
		:instrument_serial = "386 O 387" ;
		:id = "396_741_2024-04-16T08:00:20+00:00" ;
		:platform_code = "396" ;
		:instrument_code = "741" ;
		: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.889333 ;
		:geospatial_lat_max = 39.889333 ;
		:geospatial_lon_min = 2.722166 ;
		:geospatial_lon_max = 2.722166 ;
		: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 = "up" ;
		:installation_depth = "0.0" ;
		:installation_depth_units = "m" ;
		:installation_depth_positive = "down" ;
		:installation_depth_axis = "Z" ;
		:installation_depth_reference_datum = "geographical coordinates, WGS84 projection" ;
		:time_coverage_start = "2024-04-15T10:30:00+00:00" ;
		:time_coverage_end = "2024-04-30T23:30:00+00:00" ;
		:time_coverage_duration = "P0Y0M15DT13H0M0.000S" ;
		:time_coverage_resolution = "P0Y0M0DT0H30M0.000S" ;
		:history = "2024-04-16T11:40:19+00:00 {\"app\":\"Processing application\",\"executionMode\":\"REAL_TIME\",\"comment\":\"\",\"parameters\":\"-em REAL_TIME\",\"version\":\"6.1.2\",\"timestamp\":\"2024-04-16T11:40:19+00:00\"},\n",
			"2024-05-02T00:10:25+00:00 {\"app\":\"Processing application\",\"executionMode\":\"REAL_TIME\",\"comment\":\"\",\"parameters\":\"-em REAL_TIME\",\"version\":\"6.1.3\",\"timestamp\":\"2024-05-02T00:10:25+00:00\"}" ;
		: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" ;
		:contributor_name = "Benjamín Casas, Josep Baeza, Pablo Balaguer, Noemí Calafat, Irene Lizarán, Nikolaus Wirth, Juan Gabriel Fernández, Juan Miguel Villoria" ;
		:contributor_role = "ProjectLeader, DataCollector, DataCollector, DataCollector, DataCollector, DataCollector, DataManager, DataCurator" ;
		:publisher_name = "SOCIB" ;
		:publisher_url = "http://www.socib.es" ;
		:publisher_email = "info@socib.es" ;
		:manufacture_name = "XeosTech" ;
		:instrument_model = "BRIZO-X" ;
		: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 ciencia e innovación (http://www.micinn.es/). Govern de les Illes Balears (http://www.caib.es/)." ;
		:update_interval = "every 1800 seconds" ;
}