diff --git a/config/franklin-20250916T0000/deployment.json b/config/franklin-20250916T0000/deployment.json new file mode 100644 index 0000000..1bbef5b --- /dev/null +++ b/config/franklin-20250916T0000/deployment.json @@ -0,0 +1,96 @@ +{ + "glider": "franklin", + "trajectory_date": "20250916T0000", + "attributes": { + "acknowledgement": "This work was supported by funding from SECOORA (NOAA/NOPP).", + "comment": "", + "contributor_email": "catherine.edwards@skio.uga.edu", + "contributor_name": "Catherine Edwards", + "contributor_role": "Principal Investigator", + "contributor_url": "http://www.marsci.uga.edu/directory/catherine-r-edwards", + "creator_email": "dmac@secoora.org", + "creator_name": "SECOORA Glider Observatory", + "creator_url": "https://secoora.org", + "institution": "Skidaway Institute of Oceanography", + "ioos_regional_association": "secoora", + "keywords": "Oceans > Ocean Pressure > Water Pressure, Oceans > Ocean Temperature > Water Temperature, Oceans > Salinity/Density > Conductivity, Oceans > Salinity/Density > Density, Oceans > Salinity/Density > Salinity", + "keywords_vocabulary": "GCMD Science Keywords", + "license": "This data may be redistributed and used without restriction.", + "metadata_link": "", + "naming_authority": "edu.uga.skio", + "platform_tags": "portal:47,axds:portal:47:tag:Gliders", + "platform_type": "Slocum Glider", + "processing_level": "Dataset taken from glider native file format and is provided as is with no expressed or implied assurance of quality assurance or quality control.", + "project": "SECOORA Glider Observatory", + "publisher_email": "dmac@secoora.org", + "publisher_name": "SECOORA Glider Observatory", + "publisher_url": "https://secoora.org", + "references": "", + "sea_name": "North Atlantic Ocean", + "source": "Observational data from a profiling glider", + "summary": "SKIO Franklin Glider deployment in the North Atlantic Ocean (September 2025)", + "support_email": "dmac@secoora.org,ioos.glider.data@noaa.gov,ioos.glider.data@noaa.gov", + "support_name": "secoora,ioos,noaa", + "support_role": "fiscal,fiscal,fiscal", + "support_type": "ra,federal,federal", + "title": "Franklin Slocum Glider Dataset (September 2025)", + "wmo_id": 4802956 + }, + "variables": { + "platform": { + "attributes": { + "comment": "", + "id": 4802956, + "instrument": "", + "long_name": "Slocum Glider Franklin", + "type": "platform", + "wmo_id": 4802956 + } + }, + "conductivity": { + "attributes": { + "instrument": "instrument_ctd" + } + }, + "m_altitude": { + "attributes": { + "instrument": "instrument_altitude" + } + }, + "pressure": { + "attributes": { + "instrument": "instrument_ctd" + } + }, + "sci_flbbcd_bb_units": { + "attributes": { + "instrument": "instrument_fluorometer", + "units": "1" + } + }, + "sci_flbbcd_cdom_units": { + "attributes": { + "instrument": "instrument_fluorometer", + "units": "1e-9" + } + }, + "sci_flbbcd_chlor_units": { + "attributes": { + "instrument": "instrument_fluorometer", + "units": "ug L-1" + } + }, + "sci_rinkoii_do": { + "attributes": { + "instrument": "instrument_dissolved_oxygen", + "long_name": "Dissolved Oxygen Concentration", + "units": "%" + } + }, + "temperature": { + "attributes": { + "instrument": "instrument_ctd" + } + } + } +} \ No newline at end of file diff --git a/config/franklin-20250916T0000/instruments.json b/config/franklin-20250916T0000/instruments.json new file mode 100644 index 0000000..1c9ab47 --- /dev/null +++ b/config/franklin-20250916T0000/instruments.json @@ -0,0 +1,73 @@ +{ + "variables": { + "instrument_ctd": { + "type": "i4", + "attributes": { + "serial_number": "712-9481", + "make_model": "Seabird Slocum Glider Payload CTD", + "comment": "Slocum Glider SkIO Franklin -- pumped CTD", + "long_name": "Seabird WEBB pumped glider conductivity, temperature, depth sensor", + "calibration_date": "2025", + "user_calibrated": "", + "factory_calibrated": "y", + "calibration_report": "", + "type": "instrument", + "platform": "platform" + } + }, + "instrument_altimeter": { + "type": "i4", + "attributes": { + "type": "instrument" + } + }, + "instrument_gps": { + "type": "i4", + "attributes": { + "type": "instrument" + } + }, + "instrument_altitude": { + "type": "i4", + "attributes": { + "type": "instrument", + "make_model": "" + } + }, + "instrument_irradiance": { + "type": "i4", + "attributes": { + "platform": "platform", + "type": "instrument" + } + }, + "instrument_fluorometer": { + "type": "i4", + "attributes": { + "serial_number": "5489", + "make_model": "Wetlabs FLBBCD", + "comment": "Slocum Glider SkIO Franklin", + "long_name": "Wetlabs FLBBCD Fluorometer", + "calibration_date": "", + "factory_calibrated": "", + "calibration_report": "", + "type": "instrument", + "platform": "platform" + } + }, + "instrument_dissolved_oxygen": { + "type": "i4", + "attributes": { + "serial_number": "", + "make_model": "Aanderaa 4841", + "comment": "Slocum Glider SkIO Franklin", + "long_name": "Aanderaa Oxygen Optode 4841", + "calibration_date": "", + "factory_calibrated": "", + "calibration_report": "", + "type": "instrument", + "platform": "platform" + } + } + } +} \ No newline at end of file