|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [BATS 2019 Size Fractionated Organic C and 13C] - Size fractionated organic carbon and 13C at Bermuda Atlantic Time Series (BATS) from samples collected on R/V Atlantic Explorer cruise AE1920 in August 2019 (The fate of lysis products of picocyanobacteria contributes to marine humic-like chromophoric dissolved organic matter)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_1003038_v1) |
| Range: | longitude = -64.182 to -64.1601°E, latitude = 31.6665 to 31.6751°N, depth = 4.0 to 4525.0m |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Data Access Form
| Files
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
s {
Station {
String long_name "Station";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 31.6665, 31.6751;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -64.182, -64.1601;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
Date {
String long_name "Date";
String units "unitless";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Int32 actual_range 4, 4525;
String axis "Z";
String ioos_category "Location";
String long_name "Depth";
String positive "down";
String standard_name "depth";
String units "m";
}
Section {
String long_name "Section";
String units "unitless";
}
Size_Fraction {
String long_name "Size_fraction";
String units "unitless";
}
d13C_VPDB {
Float32 actual_range -32.66494, -28.30479;
String long_name "D13c_vpdb";
String units "permil (0/00)";
}
Carbon {
Float32 actual_range 1.526642, 54.23919;
String long_name "Carbon";
String units "micromolar (uM)";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_email "info@bco-dmo.org";
String creator_name "BCO-DMO";
String creator_url "https://www.bco-dmo.org/";
String doi "10.26008/1912/bco-dmo.1003038.1";
Float64 Easternmost_Easting -64.1601;
Float64 geospatial_lat_max 31.6751;
Float64 geospatial_lat_min 31.6665;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -64.1601;
Float64 geospatial_lon_min -64.182;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 4525.0;
Float64 geospatial_vertical_min 4.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-08-05T12:07:51Z (local files)
2026-08-05T12:07:51Z https://erddap.bco-dmo.org/tabledap/bcodmo_dataset_1003038_v1.das";
String infoUrl "https://osprey.bco-dmo.org/dataset/1003038";
String institution "BCO-DMO";
String license
"The data may be used and redistributed for free but is not intended
for legal use, since it may contain inaccuracies. Neither the data
Contributor, ERD, NOAA, nor the United States Government, nor any
of their employees or contractors, makes any warranty, express or
implied, including warranties of merchantability and fitness for a
particular purpose, or assumes any legal liability for the accuracy,
completeness, or usefulness, of this information.";
Float64 Northernmost_Northing 31.6751;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 31.6665;
String summary "Size fractionated organic particle carbon and stable carbon isotopes were obtained on the R/V Atlantic Explorer at Bermuda Atlantic Time Series (BATS) (31°40'N, 64°10'W ) in August 2019. For size fractionated particulate organic C analyses, water was obtained from Niskin bottles on a CTD rosette, by opening the bottom of the Niskin bottle. Water was gravity filtered through stacked mesh with the following pore sizes: 500 micrometers (um), 180 um, 53 um, 20 um, and 5 um. Each fraction was resuspended off the mesh and vacuum filtered onto pre-combusted GF/C filters (nominal pore size 1.2 um). Samples were wafted with HCl to remove carbonate and sent to the UC Davis Stable Isotope Facility (Davis, CA) for C and N analysis utilizing an elemental analyzer attached to an isotope ratio mass spectrometer. The samples were obtained to determine particle size to carbon concentration relationships for models, while also providing data for size fractionated microbial community analyses. Samples were collected by Jacob Cram of Horn Point Laboratory (University of Maryland Center for Environmental Science) and his lab members. Filters were prepped in the lab by Clara Fuchsman of Horn Point Laboratory, a part of the University of Maryland Center for Environmental Science. Data were analyzed by both Clara Fuchsman and Jacob Cram.";
String title "[BATS 2019 Size Fractionated Organic C and 13C] - Size fractionated organic carbon and 13C at Bermuda Atlantic Time Series (BATS) from samples collected on R/V Atlantic Explorer cruise AE1920 in August 2019 (The fate of lysis products of picocyanobacteria contributes to marine humic-like chromophoric dissolved organic matter)";
Float64 Westernmost_Easting -64.182;
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
followed by a collection of
constraints (e.g., variable<value),
each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.