![]() |
BRIDGE-BS ERDDAP
Easier Access to Black Sea Scientific Data |
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | Test IPSL model output: Black Sea currents
|
| Institution: | METU-IMS (Dataset ID: IPSL_model_currents) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.4516496e+9, 1.4594256e+9;
String axis "T";
String calendar "gregorian";
String ioos_category "Time";
String long_name "Time axis";
String source_name "time_counter";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Float32 actual_range 2.499249, 2244.475;
String axis "Z";
String ioos_category "Location";
String long_name "Depth";
String positive "down";
String source_name "depthu";
String standard_name "depth";
String units "m";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 40.6, 47.1052;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String source_name "y";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range 27.2, 42.2954;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String source_name "x";
String standard_name "longitude";
String units "degrees_east";
}
Sea_currents_u {
Float32 _FillValue 1.0e+20;
String cell_methods "time: mean (interval: 360 s)";
String interval_operation "360 s";
String interval_write "1 d";
String ioos_category "Currents";
String long_name "ocean current along i-axis";
Float32 missing_value 1.0e+20;
String online_operation "average";
String standard_name "sea_water_x_velocity";
String units "m/s";
}
Sea_currents_v {
Float32 _FillValue 1.0e+20;
String cell_methods "time: mean (interval: 360 s)";
String interval_operation "360 s";
String interval_write "1 d";
String ioos_category "Currents";
String long_name "ocean current along j-axis";
Float32 missing_value 1.0e+20;
String online_operation "average";
String standard_name "sea_water_y_velocity";
String units "m/s";
}
NC_GLOBAL {
String cdm_data_type "Grid";
String Conventions "CF-1.6, COARDS, ACDD-1.3";
String defaultGraphQuery "[last][0][0:last][0:last]&.draw=vectors";
String description "ocean U grid variables";
Float64 Easternmost_Easting 42.2954;
String file_name "BlackSea_1d_20160101_20160331_grid_U.nc";
Float64 geospatial_lat_max 47.1052;
Float64 geospatial_lat_min 40.6;
Float64 geospatial_lat_resolution 0.02780000000000001;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 42.2954;
Float64 geospatial_lon_min 27.2;
Float64 geospatial_lon_resolution 0.027800000000000002;
String geospatial_lon_units "degrees_east";
String history
"2025-10-30T15:22:34Z (local files)
2025-10-30T15:22:34Z http://erddap.bridgeblacksea.org:8080/erddap/griddap/IPSL_model_currents.das";
Int32 ibegin 1;
String infoUrl "http://www.ims.metu.edu.tr";
String institution "METU-IMS";
Int32 jbegin 1;
String keywords "circulation, currents, Earth Science, ocean, sea water, u, velocity";
String keywords_vocabulary "GCMD Science Keywords";
String license "The standard license for all data should be described here!!";
String name "BlackSea_1d_20160101_20160331";
Int32 ni 544;
Int32 nj 2;
Float64 Northernmost_Northing 47.1052;
String production "An IPSL model";
String sourceUrl "(local files)";
Float64 Southernmost_Northing 40.6;
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Ocean U grid variables.";
String time_coverage_end "2016-03-31T12:00:00Z";
String time_coverage_start "2016-01-01T12:00:00Z";
String TimeStamp "09/05/2022 11:01:14 +0300";
String timeStamp "2022-May-01 15:38:50 +03";
String title "Test IPSL model output: Black Sea currents";
Float64 Westernmost_Easting 27.2;
}
}
Data Access Protocol (DAP)
and its
projection 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.
griddap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41.htmlTable?analysed_sst[(2002-06-01T09:00:00Z)][(-89.99):1000:(89.99)][(-179.99):1000:(180.0)]
Thus, the query is often a data variable name (e.g., analysed_sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][latitude][longitude]).
For details, see the griddap Documentation.