NetCDF Metadata

netcdf F01.met.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	air_temperature_depth = 1 ;
	barometric_pressure_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = UNLIMITED ; // (865659 currently)
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
		lat:standard_name = "latitude" ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
		lon:standard_name = "longitude" ;
	double air_temperature_depth(air_temperature_depth) ;
		air_temperature_depth:long_name = "Depth" ;
		air_temperature_depth:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
		air_temperature_depth:standard_name = "depth" ;
	double barometric_pressure_depth(barometric_pressure_depth) ;
		barometric_pressure_depth:long_name = "Depth" ;
		barometric_pressure_depth:standard_name = "depth" ;
		barometric_pressure_depth:short_name = "D" ;
		barometric_pressure_depth:units = "meters" ;
		barometric_pressure_depth:positive = "down" ;
		barometric_pressure_depth:_FillValue = -999. ;
		barometric_pressure_depth:valid_range = -10000., 100. ;
		barometric_pressure_depth:epic_code = 3 ;
		barometric_pressure_depth:Comment = "Coordinate variable" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
		visibility_depth:standard_name = "depth" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
		wind_depth:standard_name = "depth" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:short_name = "time" ;
		time:units = "days since 1858-11-17 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 99999. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
		time:standard_name = "time" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:short_name = "AT" ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:epic_code = 20 ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature QC" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:_FillValue = -128b ;
		air_temperature_qc:units = "1" ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:quality_good = 0b ;
		air_temperature_qc:quality_bad = 1b ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
	float barometric_pressure(time, barometric_pressure_depth, lat, lon) ;
		barometric_pressure:long_name = "Barometric Pressure" ;
		barometric_pressure:standard_name = "barometric_pressure" ;
		barometric_pressure:short_name = "BP" ;
		barometric_pressure:ancillary_variables = "barometric_pressure_qc" ;
		barometric_pressure:_FillValue = -999.f ;
		barometric_pressure:units = "millibars" ;
		barometric_pressure:valid_range = 800.f, 1100.f ;
		barometric_pressure:is_dead = 0 ;
		barometric_pressure:calibration_coeffs = 0.06, 799.978 ;
		barometric_pressure:epic_code = 915 ;
	byte barometric_pressure_qc(time, barometric_pressure_depth, lat, lon) ;
		barometric_pressure_qc:long_name = "Barometric Pressure QC" ;
		barometric_pressure_qc:short_name = "BPQC" ;
		barometric_pressure_qc:intent = "data_quality" ;
		barometric_pressure_qc:standard_name = "barometric_pressure data_quality" ;
		barometric_pressure_qc:_FillValue = -128b ;
		barometric_pressure_qc:units = "1" ;
		barometric_pressure_qc:valid_range = -127s, 127s ;
		barometric_pressure_qc:flag_values = 0b, 1b, 2b, 3b ;
		barometric_pressure_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:_FillValue = -999.f ;
		wind_gust:units = "m/s" ;
		wind_gust:valid_range = 0.f, 200.f ;
		wind_gust:epic_code = 42 ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust QC" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:_FillValue = -128b ;
		wind_gust_qc:units = "1" ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:quality_good = 0b ;
		wind_gust_qc:quality_bad = 1b ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:_FillValue = -999.f ;
		wind_speed:units = "m/s" ;
		wind_speed:valid_range = 0.f, 200.f ;
		wind_speed:epic_code = 401 ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed QC" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:_FillValue = -128b ;
		wind_speed_qc:units = "1" ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:quality_good = 0b ;
		wind_speed_qc:quality_bad = 1b ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:epic_code = 410 ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction QC" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:_FillValue = -128b ;
		wind_direction_qc:units = "1" ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:quality_good = 0b ;
		wind_direction_qc:quality_bad = 1b ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_direction data_quality" ;
	byte use_wind(time, wind_depth, lat, lon) ;
		use_wind:long_name = "Use Wind" ;
		use_wind:short_name = "USEWIND" ;
		use_wind:intent = "data_quality" ;
		use_wind:standard_name = "use_wind" ;
		use_wind:units = "1" ;
		use_wind:_FillValue = -127b ;
		use_wind:valid_range = 1b, 2b ;
		use_wind:flag_value = 1b, 2b ;
		use_wind:flag_value_meanings = "Use Primary; Use Secondary" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:short_name = "VIS" ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 3000.f ;
		visibility:ancillary_variables = "visibility_qc" ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:_FillValue = -128b ;
		visibility_qc:units = "1" ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:quality_good = 0b ;
		visibility_qc:quality_bad = 1b ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility data_quality" ;

// global attributes:
		:title = "Gulf of Maine Ocean Observing System: Realtime Buoy Observations" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu/" ;
		:history = "Mon Oct 17 20:55:14 2022: /usr/local/bin/ncrcat F01.met.historical.nc F0134.met.realtime.nc F01.met.historical.nc.new\n",
			"Mon Jun 14 12:32:50 2021: ncrcat -d time,51000.00,59163.9118 F01.met.historical.nc new.nc\n",
			"Mon Jun 14 11:52:52 2021: /usr/local/bin/ncrcat F01.met.historical.nc F0133.met.realtime.nc F01.met.historical.nc.new\n",
			"Fri Nov 13 20:09:35 2020: ncrcat -d time,51000.00,58638.7625 F01.met.historical.nc new.nc\n",
			"Tue Nov 10 15:30:24 2020: /usr/local/bin/ncrcat F01.met.historical.nc F0132.met.realtime.nc F01.met.historical.nc.new\n",
			"Fri Jan 25 17:10:38 2019: ncrcat -d time,51000.00,57668.5486 F01.met.historical.nc new.nc\n",
			"Sat Oct 13 18:47:32 2018: ncrcat -d time,51500.00,58142.7569 F01.met.historical.nc new.nc\n",
			"Sat Oct 13 18:46:04 2018: /usr/local/bin/ncrcat F01.met.historical.nc F0130.met.realtime.nc F01.met.historical.nc.new\n",
			"Wed Jan 24 17:28:55 2018: /usr/local/bin/ncrcat F01.met.historical.nc F0129.met.realtime.nc F01.met.historical.nc.new\n",
			"Fri Oct  7 16:41:52 2016: ncrcat -d time,51000.00,56809.9652 F01.met.historical.nc new.nc\n",
			"Fri Oct  7 16:27:56 2016: /usr/local/bin/ncrcat F01.met.historical.nc F0128.met.realtime.nc F01.met.historical.nc.new\n",
			"Wed Nov  4 18:41:03 2015: /usr/local/bin/ncrcat -d time,20000.0,56996.7916666664 F01.met.historical.nc F01.met.historical.new\n",
			"Wed Oct 28 20:09:19 2015: /usr/local/bin/ncrcat F01.met.historical.nc F0127.met.realtime.nc F01.met.historical.nc.new\n",
			"Fri Dec  5 20:58:19 2014: /usr/local/bin/ncrcat F01.met.historical.nc F0126.met.realtime.nc F01.met.historical.nc.new\n",
			"Sat Oct 18 15:47:07 2014: ncrcat -d time,50000.00,53993.65972 F01.met.historical.nc new.nc\n",
			"Sun Jun  1 13:25:45 2014: /usr/local/bin/ncrcat F01.met.historical.nc F0125.met.realtime.nc F01.met.historical.nc.new\n",
			"Sat Apr 14 10:44:28 2012: /usr/local/bin/ncrcat F01.met.historical.nc F0123.met.realtime.nc F01.met.historical.nc.new\n",
			"Tue Mar 20 18:47:50 2012: /usr/local/bin/ncrcat F01.met.historical.nc F0122.met.realtime.nc F01.met.historical.nc.new\n",
			"Tue Jan  4 22:16:43 2011: /usr/local/bin/ncrcat F01.met.historical.nc F0121.met.realtime.nc F01.met.historical.nc.new\n",
			"Thu Sep 17 14:57:19 2009: /usr/local/bin/ncrcat F01.met.historical.nc F0120.met.realtime.nc F01.met.historical.nc.new\n",
			"Wed May 27 17:28:56 2009: /usr/local/bin/ncrcat F01.met.historical.nc F0119.met.realtime.nc F01.met.historical.nc.new\n",
			"Thu Mar 26 00:26:05 2009: /usr/local/bin/ncrcat F01.met.historical.nc F0118.met.realtime.nc F01.met.historical.nc.new\n",
			"Fri Sep 26 01:20:11 2008: /usr/local/bin/ncrcat F01.met.historical.nc F0117.met.realtime.nc F01.met.historical.nc.new\n",
			"Tue Apr 22 15:47:15 2008: /usr/local/bin/ncrcat F01.met.historical.nc F0116.met.realtime.nc F01.met.historical.nc.new\n",
			"Thu May 10 13:53:53 2007: /usr/local/bin/ncrcat F01.met.historical.nc F0114.met.realtime.nc F01.met.historical.nc.new\n",
			"Wed Nov  8 17:00:28 2006: ncks -a F01.met.historical.nc new.nc\n",
			"Fri Sep 15 11:41:12 2006: /usr/local/bin/ncrcat F01.met.historical.nc F0113.met.realtime.nc F01.met.historical.nc.new\n",
			"Wed May 10 02:18:30 2006: /usr/local/nco/bin/ncrcat F01.met.historical.nc F0112.met.realtime.nc F01.met.historical.nc.new\n",
			"Thu Feb 23 17:28:03 2006: /usr/local/nco/bin/ncrcat F01.met.historical.nc F0111.met.realtime.nc F01.met.historical.nc.new\n",
			"Wed Sep 28 13:21:25 2005: /usr/local/nco/bin/ncrcat F01.met.historical.nc F0110.met.realtime.nc F01.met.historical.nc.new\n",
			"Tue May 31 14:31:18 2005: /usr/local/nco/bin/ncrcat F01.met.historical.nc F0109.met.realtime.nc F01.met.historical.nc.new\n",
			"Sat Nov 20 01:46:11 2004: ncks -A F01.met.historical.nc F01.met.historical_newbaro.nc\n",
			"Tue Oct  5 14:07:47 2004: /usr/local/nco/bin/ncrcat F01.met.historical.nc F0108.met.realtime.nc F01.met.historical.nc.new\n",
			"Tue Apr 27 12:29:02 2004: /usr/local/nco/bin/ncrcat F01.met.historical.nc F0107.met.realtime.nc F01.met.historical.nc.new\n",
			"26-Sep-2003 01:03:17:  Provisionally appended realtime data from F0106 deployment starting at julian day number 2452830.875\n",
			"Fri Sep 26 00:51:35 2003: ncrcat /data/gomoos/buoy/archive/F01/F01.met.historical.nc /data/gomoos/buoy/archive/F0106/realtime/F0106.met.realtime.nc F01.met.historical.nc\n",
			"22-Jul-2003 12:24:22:  Provisionally appended with goes-realtime data from F0105 starting with julian date 2452671.79166667\n",
			"Tue Jul 22 12:22:58 2003: ncrcat old_F01.met.historical.nc F0105.met.goes-realtime.nc F01.met.historical.nc\n",
			"Tue Jul 22 12:22:46 2003: ncatted -a add_offset,,d,, old_F01.met.historical.nc\n",
			"Tue Jul 22 12:22:41 2003: ncatted -a scale_factor,,d,, old_F01.met.historical.nc\n",
			"27-Jun-2003 13:01:11:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"07-Apr-2003 16:03:19:  Moved air_temperature back to celsius.\n",
			"28-Mar-2003 17:07:17:  Removed compass, compass_stddev, {min,max}_visibilities, extraneous wind_directions, speeds.  Scaled some parameters to comply with CF standard.\n",
			"24-Feb-2003 14:22:21:  Created this file from F0101.met.raw.nc, F0102.met.raw.nc, F0103.met.raw.nc, F0104.met.raw.nc" ;
		:source = "surface observation" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "processed with MATLAB" ;
		:latitude = 44.0548771516308 ;
		:longitude = -68.9982574404747 ;
		:Conventions = "CF-1.0" ;
		:project = "GOMOOS" ;
		:project_url = "http://gomoos.org" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,jevans@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention starts at 00:00:00 UTC on 17 November 1858 AD" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:processing = "historical" ;
		:water_depth = 110. ;
		:mooring_site_id = "F01" ;
		:mooring_site_desc = "W. Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:last_mysql_update_index = 2814. ;
		:starting_julian_day_number = 51735.7916999999 ;
		:starting_julian_day_string = "2000-07-10 19:00:02" ;
		:ending_julian_day_number = 59869.8541666665 ;
		:ending_julian_day_string = "2022-10-17 20:30:00" ;
		:nco_openmp_thread_number = 1 ;
}

Download | Sensor Information | Software | NERACOOS Gulf of Maine Moorings | NERACOOS Home