netcdf dep0001_station-estellencs_smt-met001_L0_latest {
dimensions:
	time = UNLIMITED ; // (72780 currently)
	name_strlen = 32 ;
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 of each location" ;
		LAT:units = "degree_north" ;
		LAT:valid_min = -90. ;
		LAT:valid_max = 90. ;
		LAT:axis = "Y" ;
		LAT:reference_datum = "geographical coordinates, WGS84 projection" ;
	double HEIGHT ;
		HEIGHT:standard_name = "height" ;
		HEIGHT:long_name = "Height" ;
		HEIGHT:units = "m" ;
		HEIGHT:positive = "up" ;
		HEIGHT:axis = "Z" ;
		HEIGHT:reference_datum = "geographical coordinates, WGS84 projection" ;
	double LON ;
		LON:standard_name = "longitude" ;
		LON:long_name = "Longitude of each location" ;
		LON:units = "degree_east" ;
		LON:valid_min = -180. ;
		LON:valid_max = 180. ;
		LON:axis = "X" ;
		LON:reference_datum = "geographical coordinates, WGS84 projection" ;
	double AIR_TEM(time) ;
		AIR_TEM:standard_name = "air_temperature" ;
		AIR_TEM:long_name = "Air temperature in dry bulb" ;
		AIR_TEM:units = "degrees_C" ;
		AIR_TEM:coordinates = "time LAT LON HEIGHT" ;
		AIR_TEM:original_units = "degrees_C" ;
		AIR_TEM:observation_type = "measured" ;
		AIR_TEM:precision = "0.1" ;
	double REL_HUM(time) ;
		REL_HUM:standard_name = "relative_humidity" ;
		REL_HUM:long_name = "Relative humidity" ;
		REL_HUM:units = "%" ;
		REL_HUM:coordinates = "time LAT LON HEIGHT" ;
		REL_HUM:original_units = "%" ;
		REL_HUM:observation_type = "measured" ;
		REL_HUM:precision = "1" ;
	double AIR_PRE(time) ;
		AIR_PRE:standard_name = "air_pressure" ;
		AIR_PRE:long_name = "Air pressure" ;
		AIR_PRE:units = "hPa" ;
		AIR_PRE:coordinates = "time LAT LON HEIGHT" ;
		AIR_PRE:original_units = "hPa" ;
		AIR_PRE:observation_type = "measured" ;
		AIR_PRE:precision = "0.1" ;
	double WIN_SPE(time) ;
		WIN_SPE:standard_name = "wind_speed" ;
		WIN_SPE:long_name = "Horizontal wind speed" ;
		WIN_SPE:units = "m s-1" ;
		WIN_SPE:coordinates = "time LAT LON HEIGHT" ;
		WIN_SPE:original_units = "m s-1" ;
		WIN_SPE:observation_type = "measured" ;
		WIN_SPE:precision = "0.1" ;
	double WIN_SPE_GUS(time) ;
		WIN_SPE_GUS:standard_name = "wind_speed_of_gust" ;
		WIN_SPE_GUS:long_name = "Gust wind speed" ;
		WIN_SPE_GUS:units = "m s-1" ;
		WIN_SPE_GUS:coordinates = "time LAT LON HEIGHT" ;
		WIN_SPE_GUS:original_units = "m s-1" ;
		WIN_SPE_GUS:observation_type = "measured" ;
		WIN_SPE_GUS:precision = "0.1" ;
	double WIN_DIR(time) ;
		WIN_DIR:standard_name = "wind_from_direction" ;
		WIN_DIR:long_name = "Wind from direction relative true north" ;
		WIN_DIR:units = "degree" ;
		WIN_DIR:coordinates = "time LAT LON HEIGHT" ;
		WIN_DIR:original_units = "degree" ;
		WIN_DIR:observation_type = "measured" ;
		WIN_DIR:precision = "1" ;
	double RAIN_ACC(time) ;
		RAIN_ACC:standard_name = "lwe_thickness_of_precipitation_amount" ;
		RAIN_ACC:long_name = "Amount of precipitation (liquid water equivalent)" ;
		RAIN_ACC:units = "mm" ;
		RAIN_ACC:coordinates = "time LAT LON HEIGHT" ;
		RAIN_ACC:original_units = "mm" ;
		RAIN_ACC:observation_type = "measured" ;
		RAIN_ACC:precision = "0.01" ;
	double RAIN_ACC_Daily(time) ;
		RAIN_ACC_Daily:long_name = "rain_accumulation" ;
		RAIN_ACC_Daily:units = "mm" ;
		RAIN_ACC_Daily:coordinates = "time LAT LON HEIGHT" ;
		RAIN_ACC_Daily:original_units = "mm" ;
		RAIN_ACC_Daily:observation_type = "measured" ;
		RAIN_ACC_Daily:precision = "0.01" ;
	double RAIN_ACC_Monthly(time) ;
		RAIN_ACC_Monthly:long_name = "rain_accumulation - Rain accumulated during the same month" ;
		RAIN_ACC_Monthly:units = "mm" ;
		RAIN_ACC_Monthly:coordinates = "time LAT LON HEIGHT" ;
		RAIN_ACC_Monthly:original_units = "mm" ;
		RAIN_ACC_Monthly:observation_type = "measured" ;
		RAIN_ACC_Monthly:precision = "0.01" ;
	double RAIN_ACC_Yearly(time) ;
		RAIN_ACC_Yearly:long_name = "rain_accumulation - Rain accumulated during the same year" ;
		RAIN_ACC_Yearly:units = "mm" ;
		RAIN_ACC_Yearly:coordinates = "time LAT LON HEIGHT" ;
		RAIN_ACC_Yearly:original_units = "mm" ;
		RAIN_ACC_Yearly:observation_type = "measured" ;
		RAIN_ACC_Yearly:precision = "0.01" ;

// global attributes:
		:title = "Data from instrument SMT-MET001 on platform Station Estellencs" ;
		:institution = "SOCIB (Sistema de Observación y predicción Costero de las Islas Baleares)" ;
		:netcdf_version = 3. ;
		:Conventions = "CF-1.6" ;
		:abstract = "Weather station data. Deployment of instrument SMT-MET001 at Estellencs in endurance line" ;
		:summary = "Weather station data. Deployment of instrument SMT-MET001 at Estellencs in endurance line" ;
		:date_created = "2016-07-26T08:40:09+00:00" ;
		:date_update = "2022-09-23T10:11:03+00:00" ;
		:date_modified = "2022-09-23T10:11:03+00:00" ;
		:cdm_data_type = "TimeSeries" ;
		:CF\:featureType = "timeSeries" ;
		:featureType = "timeSeries" ;
		:data_mode = "R" ;
		:processing_level = "L0 - Raw data calibrated" ;
		:id = "296_574_2016-07-26T08:40:09+00:00" ;
		:platform_code = "296" ;
		:instrument_code = "574" ;
		: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.65432 ;
		:geospatial_lat_max = 39.65432 ;
		:geospatial_lon_min = 2.48342 ;
		:geospatial_lon_max = 2.48342 ;
		:geospatial_vertical_min = 145. ;
		:geospatial_vertical_max = 145. ;
		:geospatial_lat_units = "degree_north" ;
		:geospatial_lon_units = "degree_east" ;
		:geospatial_vertical_units = "m" ;
		:geospatial_vertical_positive = "up" ;
		:installation_depth = "145.0" ;
		:installation_depth_units = "m" ;
		:installation_depth_positive = "down" ;
		:installation_depth_axis = "Z" ;
		:installation_depth_reference_datum = "geographical coordinates, WGS84 projection" ;
		:time_coverage_start = "2022-08-01T00:08:00+00:00" ;
		:time_coverage_end = "2022-09-21T23:58:00+00:00" ;
		:time_coverage_duration = "P0Y1M20DT23H50M0.000S" ;
		:time_coverage_resolution = "P0Y0M0DT0H1M0.000S" ;
		:history = "2018-06-25T07:41:26+00:00 processing app v4.3.2, \n",
			"2018-07-03T13:40:50+00:00 processing app v4.3.4, \n",
			"2018-09-19T16:21:06+00:00 processing app v4.4.0, \n",
			"2018-11-20T11:21:17+00:00 processing app v4.4.1, \n",
			"2019-03-04T13:40:55+00:00 processing app v4.4.3, \n",
			"2019-06-21T09:20:45+00:00 processing app v4.5.1, \n",
			"2019-06-28T13:01:18+00:00 processing app v4.8.0, \n",
			"2019-08-14T14:01:05+00:00 processing app v4.8.1, \n",
			"2019-08-07T13:50:47+00:00 processing app v4.9.0, \n",
			"2019-08-13T16:20:32+00:00 processing app v4.9.2, \n",
			"2019-09-19T08:31:01+00:00 processing app v4.9.3, \n",
			"2019-11-28T16:41:03+00:00 processing app v4.10.0, \n",
			"2019-12-16T11:10:34+00:00 processing app v4.11.0, \n",
			"2019-12-18T16:30:34+00:00 processing app v5.0.0, \n",
			"2020-02-04T10:40:33+00:00 processing app v5.0.1, \n",
			"2020-05-19T14:20:37+00:00 processing app v5.1.0, \n",
			"2020-12-10T14:06:12+00:00 processing app v5.2.0, \n",
			"2021-04-16T07:50:52+00:00 processing app v5.3.0, \n",
			"2021-05-17T09:40:58+00:00 processing app v5.3.1, \n",
			"2021-09-09T14:11:00+00:00 processing app v5.3.2, \n",
			"2021-06-07T13:50:57+00:00 processing app v5.3.3, \n",
			"2022-05-05T10:01:28+00:00 processing app v5.3.4, \n",
			"2022-05-24T23:01:32+00:00 processing app v5.3.8, \n",
			"2022-09-20T14:10:52+00:00 processing app v5.3.9, \n",
			"2022-09-23T10:11:03+00:00 processing app v5.3.10" ;
		: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, Nikolaus Wirth, Juan Gabriel Fernández, Matteo Marasco, Miquel Àngel Rújula, Xisco Notario" ;
		:contributor_role = "ProjectLeader, RelatedPerson, DataManager, DataCurator, DataCurator, Distributor" ;
		:publisher_name = "SOCIB" ;
		:publisher_url = "http://www.socib.es" ;
		:publisher_email = "info@socib.es" ;
		:manufacture_name = "Davis" ;
		:instrument_model = "Wireless Vantage Pro2 with Standard Radiation Shield 6152C" ;
		: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 600 seconds" ;
}