|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Fe uptake rates] - Iron uptake rates from Hawaii Ocean Time-series (HOT) cruises on R/V Kilo Moana at Station ALOHA in the North Pacific Subtropical Gyre from May 2021 to September 2023 (Quantifying Iron Turnover in the Upper Ocean via Time-series Measurements at Station ALOHA)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_994200_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
Cruise {
String long_name "Cruise";
String units "unitless";
}
DateTime_start_HST {
String long_name "Datetime_start_hst";
String units "unitless";
}
DateTime_end_HST {
String long_name "Datetime_end_hst";
String units "unitless";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.6213176e+9, 1.6950144e+9;
String axis "T";
String ioos_category "Time";
String long_name "Start_iso_datetime_utc";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
End_ISO_DateTime_UTC {
Float64 actual_range 1.621404e+9, 1.6951008e+9;
String ioos_category "Time";
String long_name "End_iso_datetime_utc";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
longitude {
String _CoordinateAxisType "Lon";
Int32 actual_range -158, -158;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 22.75, 22.75;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Int32 actual_range 25, 25;
String axis "Z";
String ioos_category "Location";
String long_name "Depth";
String positive "down";
String standard_name "depth";
String units "m";
}
Replicate {
String long_name "Replicate";
String units "unitless";
}
FeDS_turnover {
Float32 actual_range 1.98, 30.84;
String long_name "Feds_turnover";
String units "days";
}
Fe_uptake_rate {
Float32 actual_range 14.9, 106.2;
String long_name "Fe_uptake_rate";
String units "picomolar per day (pM/d)";
}
}
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.994200.1";
Float64 Easternmost_Easting -158.0;
Float64 geospatial_lat_max 22.75;
Float64 geospatial_lat_min 22.75;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -158.0;
Float64 geospatial_lon_min -158.0;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 25.0;
Float64 geospatial_vertical_min 25.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-03-05T04:52:45Z (local files)
2026-03-05T04:52:45Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_994200_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/994200";
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 22.75;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 22.75;
String summary "Iron (Fe) uptake rates were measured on Hawaii Ocean Time-series (HOT) cruises between May 2021 and September 2023. All samples were collected at Station ALOHA using a trace metal rosette. Fe uptake incubations were performed using seawater from the surface mixed layer (25 meters) following a low-level 57Fe-58Fe isotope double spike technique. Particulate and dissolved samples at the end of the 24-hour uptake experiment were analyzed by multi-collector inductively coupled plasma mass spectrometry at the University of Southern California using a Thermo Scientific Neptune mass spectrometer. This dataset is part of a larger study focused on the cycling of trace metals in the North Pacific Subtropical Gyre, and is embedded within the HOT program.";
String time_coverage_end "2023-09-18T05:20:00Z";
String time_coverage_start "2021-05-18T06:00:00Z";
String title "[Fe uptake rates] - Iron uptake rates from Hawaii Ocean Time-series (HOT) cruises on R/V Kilo Moana at Station ALOHA in the North Pacific Subtropical Gyre from May 2021 to September 2023 (Quantifying Iron Turnover in the Upper Ocean via Time-series Measurements at Station ALOHA)";
Float64 Westernmost_Easting -158.0;
}
}
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.