![]() |
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
Dataset Title: | [Mesocosm CB 2021 Pigments] - Pigment concentration data for mesocosm incubation experiment simulating a phytoplankton bloom in Chesapeake Bay August 2021 (Marine Diatom-Parasite Relationships in Upwelling Systems) ![]() ![]() |
Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_959920_v1) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { Samp_No { String long_name "Samp_no"; String units "unitless"; } Carboy { String long_name "Carboy"; String units "unitless"; } Rep { String long_name "Rep"; String units "unitless"; } Day { Int32 actual_range 0, 7; String long_name "Day"; String units "day"; } Date_Local { String long_name "Date_local"; String units "unitless"; } Time_Local_Collected { String long_name "Time_local_collected"; String units "unitless"; } Time_Local_Filtered { String long_name "Time_local_filtered"; String units "unitless"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.6281135e+9, 1.62869868e+9; String axis "T"; String ioos_category "Time"; String long_name "Iso_datetime_utc_collection"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } Samp_Vol { Float32 actual_range 0.1, 1.0; String long_name "Samp_vol"; String units "liters"; } Chl_c1c2 { Float32 actual_range 0.04, 8.82; String long_name "Chl_c1c2"; String units "micrograms of pigment per liter (µg L-1)"; } Perid { Float32 actual_range 0.0, 0.73; String long_name "Perid"; String units "micrograms of pigment per liter (µg L-1)"; } ButFuc_19 { Float32 actual_range 0.0, 0.0; String long_name "Butfuc_19"; String units "micrograms of pigment per liter (µg L-1)"; } Fuco { Float32 actual_range 0.19, 10.14; String long_name "Fuco"; String units "micrograms of pigment per liter (µg L-1)"; } HexFuc_19 { Float32 actual_range 0.0, 0.2; String long_name "Hexfuc_19"; String units "micrograms of pigment per liter (µg L-1)"; } Zeax { Float32 actual_range 0.13, 1.84; String long_name "Zeax"; String units "micrograms of pigment per liter (µg L-1)"; } Gyro { Float32 actual_range 0.0, 0.16; String long_name "Gyro"; String units "micrograms of pigment per liter (µg L-1)"; } Chl_a { Float32 actual_range 0.64, 16.85; String long_name "Chl_a"; String units "micrograms of pigment per liter (µg L-1)"; } Chl_ide_a { Float32 actual_range 0.0, 0.0; String long_name "Chl_ide_a"; String units "micrograms of pigment per liter (µg L-1)"; } Notes { String long_name "Notes"; String units "unitless"; } } 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 defaultDataQuery "&time<now"; String doi "10.26008/1912/bco-dmo.959920.1"; String history "2025-08-14T03:09:39Z (local files) 2025-08-14T03:09:39Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_959920_v1.html"; String infoUrl "https://osprey.bco-dmo.org/dataset/959920"; 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."; String sourceUrl "(local files)"; String summary "A mesocosm experiment was performed in August 2021 on the R/V Hugh Sharp, cruise HRS2110, at a station near the mouth of Chesapeake Bay to simulate a phytoplankton bloom and to assess changes in assemblage and biogeochemical processes while excluding changes due to advection. Three 20-L carboys were filled with filtered bay water, inoculated with surface water and sampled daily for a week. Nutrient concentrations, nitrate and bicarbonate uptake rates, pigment concentrations and samples for 18S rRNA gene sequence analysis were collected once or more times per day. 15NO3- and H13CO3- tracer incubations were performed alongside pigment and DNA sampling to compare temporal trends in community composition and primary productivity (nitrogen (N) and carbon (C) transport rates). These results address the nature of phytoplankton blooms, and present a more complex relationship between bloom progression and phytoplankton diversity that usually assumed or detected by traditional methods. This dataset contains the measured pigment concentrations for the three replicate mesocosms over the course of the simulated bloom. These data were collected by Jenna Lee from Princeton University."; String time_coverage_end "2021-08-11T16:18:00Z"; String time_coverage_start "2021-08-04T21:45:00Z"; String title "[Mesocosm CB 2021 Pigments] - Pigment concentration data for mesocosm incubation experiment simulating a phytoplankton bloom in Chesapeake Bay August 2021 (Marine Diatom-Parasite Relationships in Upwelling Systems)"; } }
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.