NetCDF Metadata

netcdf K0104.diagnostics.realtime {
dimensions:
	lon = 1 ;
	lat = 1 ;
	depth = 1 ;
	time = UNLIMITED ; // (1273 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:Comment = "Coordinate variable" ;
		lat:epic_code = 500 ;
	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:Comment = "Coordinate variable" ;
		lon:epic_code = 502 ;
	double depth(depth) ;
		depth:standard_name = "depth" ;
		depth:long_name = "Depth" ;
		depth:short_name = "D" ;
		depth:units = "meters" ;
		depth:positive = "down" ;
		depth:_FillValue = -999. ;
		depth:valid_range = -10000., 100. ;
		depth:Comment = "Coordinate variable" ;
		depth:epic_code = 3 ;
	double time(time) ;
		time:standard_name = "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:Comment = "Coordinate variable" ;
		time:epic_code = 624 ;
	float battery(time, depth, lat, lon) ;
		battery:long_name = "Battery" ;
		battery:short_name = "BAT" ;
		battery:_FillValue = -999.f ;
		battery:units = "volts" ;
		battery:valid_range = 10.f, 16.f ;
		battery:is_dead = 0 ;
		battery:sensor_depth = 0. ;
		battery:epic_code = 106 ;
		battery:ancillary_variables = "battery_qc" ;
	byte battery_qc(time, depth, lat, lon) ;
		battery_qc:long_name = "Battery QC" ;
		battery_qc:short_name = "BATQC" ;
		battery_qc:_FillValue = -128b ;
		battery_qc:units = "1" ;
		battery_qc:valid_range = 0b, 127b ;
		battery_qc:quality_good = 0b ;
		battery_qc:quality_bad = 1b ;
		battery_qc:sensor_depth = 0. ;
		battery_qc:intent = "data_quality" ;
		battery_qc:standard_name = "battery data_quality" ;
	float int_temp(time, depth, lat, lon) ;
		int_temp:long_name = "Internal Temperature" ;
		int_temp:short_name = "INTTMP" ;
		int_temp:_FillValue = -999.f ;
		int_temp:units = "none" ;
		int_temp:valid_range = 0., 150. ;
		int_temp:is_dead = 0 ;
		int_temp:sensor_depth = 0. ;
	float water_level(time, depth, lat, lon) ;
		water_level:long_name = "Internal Water Level" ;
		water_level:short_name = "WL" ;
		water_level:_FillValue = -999.f ;
		water_level:units = "none" ;
		water_level:valid_range = 40.f, 60.f ;
		water_level:is_dead = 0 ;
		water_level:sensor_depth = 0. ;
	double gps_time(time, depth, lat, lon) ;
		gps_time:long_name = "GPS Time" ;
		gps_time:short_name = "GPST" ;
		gps_time:_FillValue = -999. ;
		gps_time:units = "days since -4713-01-01 00:00:00" ;
		gps_time:valid_range = 0., 2460000. ;
		gps_time:sensor_depth = 0. ;
		gps_time:is_dead = 0 ;
		gps_time:ancillary_variables = "gps_time_qc" ;
	byte gps_time_qc(time, depth, lat, lon) ;
		gps_time_qc:long_name = "GPS Internal Time QC" ;
		gps_time_qc:short_name = "GPSTQC" ;
		gps_time_qc:_FillValue = -128b ;
		gps_time_qc:units = "1" ;
		gps_time_qc:valid_range = 0b, 127b ;
		gps_time_qc:quality_good = 0b ;
		gps_time_qc:quality_bad = 1b ;
		gps_time_qc:gps_failed_to_acquire = 2b ;
		gps_time_qc:sensor_depth = 0. ;
		gps_time_qc:intent = "data_quality" ;
		gps_time_qc:standard_name = "gps_time data_quality" ;
	float gps_lon(time, depth, lat, lon) ;
		gps_lon:long_name = "GPS Longitude" ;
		gps_lon:short_name = "GPSLON" ;
		gps_lon:_FillValue = -999.f ;
		gps_lon:units = "degrees_east" ;
		gps_lon:valid_range = -180., 180. ;
		gps_lon:is_dead = 0 ;
		gps_lon:sensor_depth = 0. ;
		gps_lon:ancillary_variables = "gps_lon_qc" ;
	byte gps_lon_qc(time, depth, lat, lon) ;
		gps_lon_qc:long_name = "GPS Longitude QC" ;
		gps_lon_qc:short_name = "GPSLONQC" ;
		gps_lon_qc:_FillValue = -128b ;
		gps_lon_qc:units = "1" ;
		gps_lon_qc:valid_range = 0b, 127b ;
		gps_lon_qc:quality_good = 0b ;
		gps_lon_qc:quality_bad = 1b ;
		gps_lon_qc:gps_failed_to_acquire = 2b ;
		gps_lon_qc:sensor_depth = 0. ;
		gps_lon_qc:intent = "data_quality" ;
		gps_lon_qc:standard_name = "gps_lon data_quality" ;
	float gps_lat(time, depth, lat, lon) ;
		gps_lat:long_name = "GPS Latitude" ;
		gps_lat:short_name = "GPSLAT" ;
		gps_lat:_FillValue = -999.f ;
		gps_lat:units = "degrees_north" ;
		gps_lat:valid_range = -90., 90. ;
		gps_lat:is_dead = 0 ;
		gps_lat:sensor_depth = 0. ;
		gps_lat:ancillary_variables = "gps_lat_qc" ;
	byte gps_lat_qc(time, depth, lat, lon) ;
		gps_lat_qc:long_name = "GPS Latitude QC" ;
		gps_lat_qc:short_name = "GPSLATQC" ;
		gps_lat_qc:_FillValue = -128b ;
		gps_lat_qc:units = "1" ;
		gps_lat_qc:valid_range = 0b, 127b ;
		gps_lat_qc:quality_good = 0b ;
		gps_lat_qc:quality_bad = 1b ;
		gps_lat_qc:gps_failed_to_acquire = 2b ;
		gps_lat_qc:sensor_depth = 0. ;
		gps_lat_qc:intent = "data_quality" ;
		gps_lat_qc:standard_name = "gps_lat data_quality" ;
	float gps_offset(time, depth, lat, lon) ;
		gps_offset:long_name = "GPS Offset" ;
		gps_offset:short_name = "GPSOFF" ;
		gps_offset:_FillValue = -999.f ;
		gps_offset:units = "m" ;
		gps_offset:valid_range = 0., 1000000. ;
		gps_offset:is_dead = 0 ;
		gps_offset:sensor_depth = 0. ;
		gps_offset:Comment = "Offset in meters from nominal deployment position" ;
		gps_offset:ancillary_variables = "gps_offset_qc" ;
	byte gps_offset_qc(time, depth, lat, lon) ;
		gps_offset_qc:long_name = "GPS Offset QC" ;
		gps_offset_qc:short_name = "GPSOFFQC" ;
		gps_offset_qc:_FillValue = -128b ;
		gps_offset_qc:units = "1" ;
		gps_offset_qc:valid_range = 0b, 127b ;
		gps_offset_qc:quality_good = 0b ;
		gps_offset_qc:quality_bad = 1b ;
		gps_offset_qc:gps_failed_to_acquire = 2b ;
		gps_offset_qc:intent = "data_quality" ;
		gps_offset_qc:standard_name = "gps_offset 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 = "Fri Feb 29 20:32:36 2008: ncrcat -d time,52787.84167,52906.49653 K0104.diagnostics.realtime.nc new.nc\n",
			"27-Jun-2003 12:57:35:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"" ;
		:source = "surface observation" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "processed with MATLAB" ;
		: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 = "diagnostics" ;
		:instrument_number = 0 ;
		:processing = "realtime" ;
		:water_depth = 25. ;
		:mooring_site_id = "K0104" ;
		:mooring_site_desc = "St. John" ;
		:breakout_id = 9 ;
		:delta_t = 60 ;
		:magnetic_variation = -19.1 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 52787.6715277778 ;
		:starting_julian_day_string = "2003-05-28 16:07:00" ;
		:ending_julian_day_number = 52841.6298611113 ;
		:ending_julian_day_string = "2003-07-21 15:07:00" ;
		:nco_openmp_thread_number = 1 ;
}

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