![]() |
ERDDAP
Easier access to scientific data |
Brought to you by SO-CHIC |
| Dataset Title: | SOCHIC-SOSCEx_STORM2_Glider_Data/JRA_collocated_glider
|
| Institution: | University of Gothenburg (Dataset ID: SOCHIC_SOSCEx_STORM2_Glider_Data_JRA_collocated_glider) |
| Information: | Summary
| License
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.5448428e+9, 1.5499188e+9;
String axis "T";
String ioos_category "Time";
String long_name "Date";
String source_name "Date";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String time_precision "1970-01-01T00:00:00Z";
String units "seconds since 1970-01-01T00:00:00Z";
}
wind_speed_JRA_ms {
Float64 actual_range 1.2643557664225706, 23.01602016886119;
Float64 colorBarMaximum 15.0;
Float64 colorBarMinimum 0.0;
String long_name "Wind Speed";
String standard_name "wind_speed";
}
wind_direction_JRA_deg {
Float64 actual_range -177.49972588794313, 172.7768533267033;
Float64 colorBarMaximum 360.0;
Float64 colorBarMinimum 0.0;
String long_name "Wind From Direction";
String standard_name "wind_from_direction";
}
wind_stress_JRA_nm2 {
Float64 actual_range 0.0022428294922326665, 1.2835375172902972;
String long_name "Wind Stress JRA Nm2";
}
friction_velocity_JRA_ms {
Float64 actual_range 0.0022295005993586275, 0.038961670042726194;
String long_name "Friction Velocity JRA Ms";
}
surface_pressure_JRA_mb {
Float64 actual_range 953.623046875, 1015.0846875;
Float64 colorBarMaximum 1050.0;
Float64 colorBarMinimum 950.0;
String long_name "Surface Air Pressure";
String standard_name "surface_air_pressure";
}
surface_ocean_temperature_JRA_degC {
Float64 actual_range 0.2537500038743019, 1.6862499713897705;
String long_name "Surface Ocean Temperature JRA Deg C";
}
surface_air_temperature_JRA_degC {
Float64 actual_range -0.11118164062497726, 4.572015380859398;
String long_name "Surface Air Temperature JRA Deg C";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String EDMO_code "3984";
String history
"2025-10-30T05:58:08Z (local files)
2025-10-30T05:58:08Z https://erddap.sochic-h2020.eu/erddap/tabledap/SOCHIC_SOSCEx_STORM2_Glider_Data_JRA_collocated_glider.html";
String infoUrl "https://doi.org/10.1029/2021JC017760";
String institution "University of Gothenburg";
String keywords "air, atmosphere, atmospheric, data, date, direction, earth, Earth Science > Atmosphere > Atmospheric Pressure > Surface Pressure, Earth Science > Atmosphere > Atmospheric Winds > Surface Winds, friction, friction_velocity_JRA_ms, japanese, jra, local, nm2, ocean, pressure, reanalysis, science, source, speed, stress, surface, surface_air_pressure, surface_air_temperature_JRA_degC, surface_ocean_temperature_JRA_degC, surface_pressure_JRA_mb, temperature, time, velocity, wind, wind_direction_JRA_deg, wind_from_direction, wind_speed, wind_speed_JRA_ms, wind_stress_JRA_nm2, winds";
String keywords_vocabulary "GCMD Science Keywords";
String license "CC BY-NC 4.0 https://creativecommons.org/licenses/by-nc/4.0/";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v55";
String summary "SOCHIC-SOSCEx_STORM2_Glider_Data/JRA_collocated_glider";
String time_coverage_end "2019-02-11T21:00:00Z";
String time_coverage_start "2018-12-15T03:00:00Z";
String title "SOCHIC-SOSCEx_STORM2_Glider_Data/JRA_collocated_glider";
}
}
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.