NetCDF Metadata

netcdf D02.optics_a.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	depth = 1 ;
	OCR507_wavelength = 7 ;
	percent = 5 ;
	time = UNLIMITED ; // (17192 currently)
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_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:standard_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:long_name = "Depth" ;
		depth:standard_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 percent(percent) ;
		percent:long_name = "Percent" ;
		percent:short_name = "%" ;
		percent:units = "%" ;
		percent:_FillValue = -999. ;
		percent:valid_range = 0., 100. ;
		percent:Comment = "Coordinate variable" ;
	double OCR507_wavelength(OCR507_wavelength) ;
		OCR507_wavelength:standard_name = "electromagnetic_wavelength" ;
		OCR507_wavelength:long_name = "Wavelength" ;
		OCR507_wavelength:short_name = "nu" ;
		OCR507_wavelength:units = "nanometers" ;
		OCR507_wavelength:_FillValue = -999. ;
		OCR507_wavelength:valid_range = 0., 1000. ;
		OCR507_wavelength:Comment = "Coordinate variable" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_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 ocr507_fwhm_cals(OCR507_wavelength) ;
		ocr507_fwhm_cals:units = "nanometers" ;
		ocr507_fwhm_cals:Comment = "Full width, half maximum center wavelength, OCR507 calibration" ;
	float ocr507_offset_cals(OCR507_wavelength) ;
		ocr507_offset_cals:Comment = "linear offset for OCR507 calibration" ;
	float ocr507_slope_cals(OCR507_wavelength) ;
		ocr507_slope_cals:Comment = "slope conversion from counts to engineering units, OCR507 calibration" ;
	float ocr507_immersion_cals(OCR507_wavelength) ;
		ocr507_immersion_cals:Comment = "immersion coefficients, OCR507 calibration" ;
	float Ed(time, OCR507_wavelength, depth, lat, lon) ;
		Ed:standard_name = "downwelling_spectral_irradiance" ;
		Ed:long_name = "Downwelling Irradiance" ;
		Ed:short_name = "Ed" ;
		Ed:ancillary_variables = "Ed_qc" ;
		Ed:_FillValue = -999.f ;
		Ed:units = "microwatts/cm^2/nm" ;
		Ed:valid_range = 0.f, 400.f ;
	byte Ed_qc(time, OCR507_wavelength, depth, lat, lon) ;
		Ed_qc:long_name = "Downwelling Irradiance Quality" ;
		Ed_qc:short_name = "EdQ" ;
		Ed_qc:intent = "data_quality" ;
		Ed_qc:standard_name = "Ed data_quality" ;
		Ed_qc:_FillValue = -128b ;
		Ed_qc:units = "1" ;
		Ed_qc:valid_range = -127s, 127s ;
		Ed_qc:flag_values = 0b, 1b, 2b, 20b ;
		Ed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional insufficient_OCR507_counts" ;
	float solar_zenith_angle(time, depth, lat, lon) ;
		solar_zenith_angle:long_name = "Solar Zenith Angle" ;
		solar_zenith_angle:short_name = "SZA" ;
		solar_zenith_angle:ancillary_variables = "solar_zenith_angle_qc" ;
		solar_zenith_angle:_FillValue = -999.f ;
		solar_zenith_angle:units = "radians" ;
		solar_zenith_angle:valid_range = 0.f, 100.f ;
		solar_zenith_angle:is_dead = 0. ;
		solar_zenith_angle:sensor_depth = 0 ;
	byte solar_zenith_angle_qc(time, depth, lat, lon) ;
		solar_zenith_angle_qc:long_name = "Solar Zenith Angle Quality" ;
		solar_zenith_angle_qc:short_name = "SZAQ" ;
		solar_zenith_angle_qc:intent = "data_quality" ;
		solar_zenith_angle_qc:standard_name = "solar_zenith_angle data_quality" ;
		solar_zenith_angle_qc:_FillValue = -128b ;
		solar_zenith_angle_qc:units = "1" ;
		solar_zenith_angle_qc:valid_range = -127s, 127s ;
		solar_zenith_angle_qc:flag_values = 0b, 1b ;
		solar_zenith_angle_qc:flag_meanings = "quality_good out_of_range" ;
	float Ec(time, OCR507_wavelength, depth, lat, lon) ;
		Ec:long_name = "Downwelling Irradiance For A Clear Sky Modeled Atmosphere" ;
		Ec:short_name = "Ec" ;
		Ec:ancillary_variables = "Ec_qc" ;
		Ec:_FillValue = -999.f ;
		Ec:units = "microwatts/cm^2/nm" ;
		Ec:valid_range = 0.f, 400.f ;
		Ec:is_dead = 0. ;
		Ec:sensor_depth = 0 ;
	byte Ec_qc(time, OCR507_wavelength, depth, lat, lon) ;
		Ec_qc:long_name = "Downwelling Irradiance For A Clear Sky Modeled Atmosphere Quality" ;
		Ec_qc:short_name = "EcQ" ;
		Ec_qc:intent = "data_quality" ;
		Ec_qc:standard_name = "Ec data_quality" ;
		Ec_qc:_FillValue = -128b ;
		Ec_qc:units = "1" ;
		Ec_qc:valid_range = -127s, 127s ;
		Ec_qc:flag_values = 0b, 1b ;
		Ec_qc:flag_meanings = "quality_good out_of_range" ;
	float Ed_PAR(time, depth, lat, lon) ;
		Ed_PAR:long_name = "Downwelling Irradiance of PAR (400-700nm)" ;
		Ed_PAR:short_name = "EdPAR" ;
		Ed_PAR:ancillary_variables = "Ed_PAR_qc" ;
		Ed_PAR:_FillValue = -999.f ;
		Ed_PAR:units = "microE/m^2/s" ;
		Ed_PAR:valid_range = 0.f, 4000.f ;
		Ed_PAR:is_dead = 0. ;
		Ed_PAR:sensor_depth = 0 ;
	byte Ed_PAR_qc(time, depth, lat, lon) ;
		Ed_PAR_qc:long_name = "Downwelling Irradiance of Par (400-700nm) Quality" ;
		Ed_PAR_qc:short_name = "EdQ" ;
		Ed_PAR_qc:intent = "data_quality" ;
		Ed_PAR_qc:standard_name = "Ed_PAR data_quality" ;
		Ed_PAR_qc:_FillValue = -128b ;
		Ed_PAR_qc:units = "1" ;
		Ed_PAR_qc:valid_range = -127s, 127s ;
		Ed_PAR_qc:flag_values = 0b, 1b ;
		Ed_PAR_qc:flag_meanings = "quality_good out_of_range" ;
	double time_created(time, depth, lat, lon) ;
		time_created:long_name = "Time Record Created" ;
		time_created:standard_name = "time_created" ;
		time_created:short_name = "time_cr" ;
		time_created:units = "days since 1858-11-17 00:00:00" ;
		time_created:_FillValue = -999. ;
		time_created:valid_range = 0., 99999. ;
	double time_modified(time, depth, lat, lon) ;
		time_modified:long_name = "Time Record Last Modified" ;
		time_modified:standard_name = "time_modified" ;
		time_modified:short_name = "time_mod" ;
		time_modified:units = "days since 1858-11-17 00:00:00" ;
		time_modified:_FillValue = -999. ;
		time_modified:valid_range = 0., 99999. ;

// 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 = "Sun May 25 05:33:45 2008: /usr/local/bin/ncrcat -d time,0 /data/gomoos/buoy/archive/D0202/realtime/D0202.optics_a.std_above7.realtime.nc /data/gomoos/buoy/archive/D0202/realtime/D0202.optics_a.std_above7.realtime.nc.save000\n",
			"2008-05-22 13:18:56:  Modified [lon,lat] to [-69.988247,43.761309].\n",
			"2008-05-16 18:47:08:  Modified [lon,lat] to [-69.988503,43.761150].\n",
			"Fri May 16 18:22:26 2008: /usr/local/bin/ncrcat -d time,54602.731250,54702.00 D0202.optics_a.std_above7.realtime.nc D0202.optics_a.std_above7.realtime.nc.new\n",
			"" ;
		:source = "Ocean Data Acquisition Systems (ODAS) Buoy" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "" ;
		:Conventions = "CF-1.0" ;
		:project = "Bowdoin" ;
		:project_url = "http://gomoos.org" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,bfleming@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention begins at 00:00:00 UTC on 17 November 1858 AD" ;
		:buffer_type = "optics_a" ;
		:instrument_number = 0 ;
		:optics_package = "STD_ABOVE7" ;
		:OCR507_serial_number = 164 ;
		:OCR507_type = "IRRADIANCE" ;
		:processing = "historical" ;
		:water_depth = 28. ;
		:last_modified = "" ;
		:mooring_site_id = "D02" ;
		:mooring_site_desc = "Lower Harpswell Sound" ;
		:breakout_id = 21 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.7 ;
		:goes_platform_id = "" ;
		:starting_julian_day_number = 54602.75 ;
		:starting_julian_day_string = "2008-05-16 18:00:00" ;
		:ending_julian_day_number = 55501.5833333335 ;
		:ending_julian_day_string = "2010-11-01 14:00:00" ;
		:algorithm_ids = "OCR504_1.8:  07-May-2008 15:57:43\n",
			"OCR507_1.8:  07-May-2008 15:57:43\n",
			"DFLS_Chlorophyll_1.7:  07-May-2008 15:57:43\n",
			"FLCDS_CDOM_1.1:  07-May-2008 15:57:43\n",
			"FLNTUS_Chlorophyll_1.6:  07-May-2008 15:57:43\n",
			"OCRConvert_1.2:  08-May-2008 14:07:30\n",
			"Clear_Sky_Downwelling_Irradiance_1.3:  08-May-2008 14:07:30\n",
			"PAR_1.2:  08-May-2008 14:07:30" ;
		:nco_openmp_thread_number = 1 ;
		:longitude = -69.9882474283534 ;
		:latitude = 43.7613087751734 ;
}

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