NetCDF Metadata
netcdf F01.fsi.historical {
dimensions:
lon = 1 ;
lat = 1 ;
depth = 1 ;
time = UNLIMITED ; // (12028 currently)
variables:
double lat(lat) ;
lat:long_name = "Latitude" ;
lat:short_name = "Lat" ;
lat:units = "degrees_north" ;
lat:scale_factor = 1. ;
lat:add_offset = 0. ;
lat:_FillValue = -999. ;
lat:epic_code = 500 ;
lat:standard_name = "latitude" ;
double lon(lon) ;
lon:long_name = "Longitude" ;
lon:short_name = "Lon" ;
lon:modulo = 360.f ;
lon:units = "degrees_east" ;
lon:scale_factor = 1. ;
lon:add_offset = 0. ;
lon:_FillValue = -999. ;
lon:epic_code = 502 ;
lon:standard_name = "longitude" ;
double depth(depth) ;
depth:long_name = "Depth" ;
depth:short_name = "Depth" ;
depth:units = "meters" ;
depth:positive = "down" ;
depth:scale_factor = 1. ;
depth:add_offset = 0. ;
depth:_FillValue = -999. ;
depth:epic_code = 3 ;
depth:standard_name = "depth" ;
double time(time) ;
time:long_name = "Time" ;
time:short_name = "Time" ;
time:scale_factor = 1. ;
time:add_offset = 0. ;
time:_FillValue = -999. ;
time:units = "days since 1858-11-17 00:00:00" ;
time:epic_code = 624 ;
time:standard_name = "time" ;
time:valid_range = 0., 99999. ;
float current_u(time, depth, lat, lon) ;
current_u:long_name = "East Velocity Component" ;
current_u:standard_name = "eastward_sea_water_velocity" ;
current_u:short_name = "u" ;
current_u:scale_factor = 1.f ;
current_u:add_offset = 0.f ;
current_u:valid_range = -10.f, 10.f ;
current_u:units = "m/s" ;
current_u:_FillValue = -999.f ;
current_u:epic_code = 1205 ;
current_u:ancillary_variables = "current_u_qc" ;
float current_v(time, depth, lat, lon) ;
current_v:long_name = "North Velocity Component" ;
current_v:standard_name = "northward_sea_water_velocity" ;
current_v:short_name = "v" ;
current_v:scale_factor = 1.f ;
current_v:add_offset = 0.f ;
current_v:valid_range = -10.f, 10.f ;
current_v:_FillValue = -999.f ;
current_v:units = "m/s" ;
current_v:epic_code = 1206 ;
current_v:ancillary_variables = "current_v_qc" ;
byte current_u_qc(time, depth, lat, lon) ;
current_u_qc:long_name = "East Current Velocity Component Quality" ;
current_u_qc:short_name = "U QC" ;
current_u_qc:_FillValue = -128b ;
current_u_qc:valid_range = -127s, 127s ;
current_u_qc:units = "1" ;
current_u_qc:quality_good = 0b ;
current_u_qc:quality_bad = 1b ;
current_u_qc:intent = "data_quality" ;
current_u_qc:standard_name = "current_u data_quality" ;
byte current_v_qc(time, depth, lat, lon) ;
current_v_qc:long_name = "Speed North Quality" ;
current_v_qc:short_name = "V QC" ;
current_v_qc:_FillValue = -128b ;
current_v_qc:valid_range = -127s, 127s ;
current_v_qc:units = "1" ;
current_v_qc:quality_good = 0b ;
current_v_qc:quality_bad = 1b ;
current_v_qc:intent = "data_quality" ;
current_v_qc:standard_name = "current_v data_quality" ;
float current_speed(time, depth, lat, lon) ;
current_speed:long_name = "Current Speed" ;
current_speed:standard_name = "sea_water_speed" ;
current_speed:short_name = "CSPD" ;
current_speed:scale_factor = 1.f ;
current_speed:add_offset = 0.f ;
current_speed:_FillValue = -999.f ;
current_speed:valid_range = 0.f, 10.f ;
current_speed:units = "m/s" ;
current_speed:epic_code = 300 ;
current_speed:ancillary_variables = "current_speed_qc" ;
byte current_speed_qc(time, depth, lat, lon) ;
current_speed_qc:long_name = "Current Speed Quality" ;
current_speed_qc:short_name = "CSPDQC" ;
current_speed_qc:_FillValue = -128b ;
current_speed_qc:valid_range = -127s, 127s ;
current_speed_qc:units = "1" ;
current_speed_qc:quality_good = 0b ;
current_speed_qc:quality_bad = 1b ;
current_speed_qc:intent = "data_quality" ;
current_speed_qc:standard_name = "current_speed data_quality" ;
float current_direction(time, depth, lat, lon) ;
current_direction:long_name = "Current Direction" ;
current_direction:standard_name = "direction_of_sea_water_velocity" ;
current_direction:short_name = "CDIR" ;
current_direction:scale_factor = 1.f ;
current_direction:add_offset = 0.f ;
current_direction:_FillValue = -999.f ;
current_direction:units = "angular_degrees" ;
current_direction:valid_range = 0.f, 360.f ;
current_direction:epic_code = 310 ;
current_direction:ancillary_variables = "current_direction_qc" ;
byte current_direction_qc(time, depth, lat, lon) ;
current_direction_qc:long_name = "Current Direction Quality" ;
current_direction_qc:_FillValue = -128b ;
current_direction_qc:valid_range = -127s, 127s ;
current_direction_qc:units = "1" ;
current_direction_qc:quality_good = 0b ;
current_direction_qc:quality_bad = 1b ;
current_direction_qc:short_name = "CDIR QC" ;
current_direction_qc:intent = "data_quality" ;
current_direction_qc:standard_name = "current_direction data_quality" ;
float up(time, depth, lat, lon) ;
up:long_name = "Up" ;
up:standard_name = "upward_sea_water_velocity" ;
up:scale_factor = 1.f ;
up:add_offset = 0.f ;
up:_FillValue = -999.f ;
up:valid_range = -10.f, 10.f ;
up:units = "m/s" ;
up:epic_code = 1204 ;
up:short_name = "UP" ;
up:ancillary_variables = "up_qc" ;
byte up_qc(time, depth, lat, lon) ;
up_qc:long_name = "Up Quality" ;
up_qc:short_name = "UP QC" ;
up_qc:_FillValue = -128b ;
up_qc:valid_range = -127s, 127s ;
up_qc:units = "1" ;
up_qc:quality_good = 0b ;
up_qc:quality_bad = 1b ;
up_qc:intent = "data_quality" ;
up_qc:standard_name = "up data_quality" ;
float temperature(time, depth, lat, lon) ;
temperature:long_name = "Water Temperature" ;
temperature:standard_name = "sea_water_temperature" ;
temperature:short_name = "WT" ;
temperature:scale_factor = 1.f ;
temperature:add_offset = 0.f ;
temperature:_FillValue = -999.f ;
temperature:valid_range = -0.5f, 30.f ;
temperature:units = "celsius" ;
temperature:epic_code = 20 ;
temperature:ancillary_variables = "temperature_qc" ;
byte temperature_qc(time, depth, lat, lon) ;
temperature_qc:long_name = "Water Temperature Quality" ;
temperature_qc:short_name = "WT QC" ;
temperature_qc:_FillValue = -128b ;
temperature_qc:units = "1" ;
temperature_qc:quality_good = 0b ;
temperature_qc:quality_bad = 1b ;
temperature_qc:intent = "data_quality" ;
temperature_qc:standard_name = "temperature 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/" ;
:source = "surface observation" ;
:references = "http://gyre.umeoce.maine.edu/data/gomoos/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" ;
:processing_type = "fsi" ;
:processing = "historical" ;
:mooring_site_id = "F01" ;
:mooring_site_desc = "West Penobscot Bay" ;
:water_depth = 110. ;
:history = "13-Jul-2003 01:14:49: Changed temperature back to celsius\n",
"27-Jun-2003 13:01:08: Added ancillary_variables, intent attributes for CF compliance.\n",
"28-Mar-2003 16:57:11: Removed tilt, compass, and battery variables. Scaled velocity variables to comply with CF standards. Added some missing CF attributes.\n",
"09-Jan-2003 18:05:42: Corrected for magnetic variation.\n",
" 2001-07-07 23:00:00 - Mooring F0101 recovered, R/V Connecticut\n",
"2001-04-22 07:00:00 - West Pen Bay has stopped transmitting. Buoy is still on station (from Coast Guard 5/04/01)\n",
"2001-03-23 06:00:00 - Temperature failed.\n",
"2001-02-02 18:00:00 - Replaced light and cable from RV A.Siegmund, buoy otherwise fine, location good\n",
"2001-02-01 12:00:00 - USCG reported light failed\n",
"2000-11-26 00:00:00 - FSI currents failed - erratic values.\n",
"2000-08-02 07:00:00 - No GPS positions.\n",
"2000-07-10 19:30:00 - Deployed F0101\n",
"" ;
:mooring = "F0101" ;
:starting_julian_day_number = 51735.7916666698 ;
:ending_julian_day_number = 51991.7708333302 ;
:starting_julian_day_string = "2000-07-10 19:00:00" ;
:ending_julian_day_string = "2001-03-23 18:30:00" ;
:instrument_type = "fsi" ;
:buffer_type = "fsi" ;
:instrument_number = 0. ;
:magnetic_variation = -17.4 ;
:delta_t = 60 ;
:latitude = 44.0556666666667 ;
:longitude = -68.9975 ;
:julian_day_convention = "Julian date convention starts at 00:00:00 UTC on 17 November 1858 AD" ;
}
| |
| |