diff --git a/config/sam-20250817T0000/deployment.json b/config/sam-20250817T0000/deployment.json new file mode 100644 index 0000000..25f1eb5 --- /dev/null +++ b/config/sam-20250817T0000/deployment.json @@ -0,0 +1,96 @@ +{ + "glider": "sam", + "trajectory_date": "20250817T0000", + "attributes": { + "acknowledgement": "This work was supported by funding from NOAA/IOOS/SECOORA.", + "comment": "This is a 2025 SECOORA hurricane glider deployment.", + "contributor_email": "clembke@usf.edu", + "contributor_name": "Chad Lembke", + "contributor_role": "Principal Investigator", + "contributor_url": "https://www.marine.usf.edu", + "creator_email": "dmac@secoora.org", + "creator_name": "SECOORA", + "creator_url": "https://secoora.org", + "institution": "University of South Florida College of Marine Science Ocean Technology Group", + "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.usf.marine", + "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": "USF Sam Glider deployment in the North Atlantic Ocean (August 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": "USF Sam Slocum Glider Dataset (August 2025)", + "wmo_id": 4801942 + }, + "variables": { + "platform": { + "attributes": { + "comment": "", + "id": 4801942, + "instrument": "", + "long_name": "Slocum Glider USF Sam", + "type": "platform", + "wmo_id": 4801942 + } + }, + "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/sam-20250817T0000/instruments.json b/config/sam-20250817T0000/instruments.json new file mode 100644 index 0000000..b6a4d93 --- /dev/null +++ b/config/sam-20250817T0000/instruments.json @@ -0,0 +1,66 @@ +{ + "variables": { + "instrument_ctd": { + "type": "i4", + "attributes": { + "serial_number": "0126", + "make_model": "Seabird WEBB Glider CTD", + "comment": "unpumped CTD", + "long_name": "Seabird WEBB Glider Conductivity, Temperature, Depth Sensor", + "calibration_date": "2022-02-03", + "user_calibrated": "2022-02-03", + "factory_calibrated": "2022-02-03", + "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": "PNI TCM3" + } + }, + "instrument_fluorometer": { + "type": "i4", + "attributes": { + "serial_number": "0839", + "make_model": "Wetlabs BBFL2SLO", + "comment": "Slocum Glider USF Sam", + "long_name": "Wetlabs BBFL2SLO Flurometer", + "calibration_date": "2022-01-12", + "factory_calibrated": "2022-01-12", + "calibration_report": "", + "type": "instrument", + "platform": "platform" + } + }, + "instrument_dissolved_oxygen": { + "type": "i4", + "attributes": { + "serial_number": "0122", + "make_model": "Aanderaa 3835", + "comment": "Slocum Glider USF Sam", + "long_name": "Aanderaa Oxygen Optode 3835", + "calibration_date": "2020-02-10", + "factory_calibrated": "2020-02-10", + "calibration_report": "", + "type": "instrument", + "platform": "platform" + } + } + } +} \ No newline at end of file