|
|
| ERDDAP |
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | Global NCOM for Region 06, 3D aggregation
|
| Institution: | Naval Oceanographic Office via NOAA NCDDC (Dataset ID: NCOM_Region6_3D_agg) |
| Information: | Summary
| License
| Metadata
| Background
| Data Access Form
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 9.466848e+8, 1.3639104e+9;
String axis "T";
String ioos_category "Time";
String long_name "Forecast time for ForecastModelRunCollection";
Float64 missing_value NaN;
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";
Float64 actual_range 0.0, 5000.0;
String ioos_category "Other";
String long_name "Depth";
Int32 NAVO_code 5;
String positive "down";
String units "meter";
}
latitude {
String _CoordinateAxisType "Lat";
Float64 actual_range 10.0, 70.0;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
Int32 NAVO_code 1;
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float64 actual_range 150.0, 210.0;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
Int32 NAVO_code 2;
String standard_name "longitude";
String units "degrees_east";
}
water_temp {
String coordinates "time_run time depth lat lon ";
String ioos_category "Temperature";
String long_name "Water Temperature";
Int32 NAVO_code 15;
String standard_name "sea_water_temperature";
String units "degC";
}
water_u {
String coordinates "time_run time depth lat lon ";
String ioos_category "Currents";
String long_name "Eastward Water Velocity";
Int32 NAVO_code 17;
String standard_name "eastward_sea_water_velocity";
String units "meter/sec";
}
water_v {
String coordinates "time_run time depth lat lon ";
String ioos_category "Currents";
String long_name "Northward Water Velocity";
Int32 NAVO_code 18;
String standard_name "northward_sea_water_velocity";
String units "meter/sec";
}
salinity {
String coordinates "time_run time depth lat lon ";
String ioos_category "Salinity";
String long_name "Salinity";
Int32 NAVO_code 16;
String standard_name "sea_water_salinity";
String units "psu";
}
NC_GLOBAL {
String _CoordSysBuilder "ucar.nc2.dataset.conv.CF1Convention";
String cdm_data_type "Grid";
String classification_authority "not applicable";
String classification_level "UNCLASSIFIED";
String comment "...";
String contact "NAVO, N33";
String Conventions "Global NCOM";
String distribution_statement "Approved for public release. Distribution unlimited.";
String downgrade_date "not applicable";
Float64 Easternmost_Easting 210.0;
String featureType "GRID";
String generating_model "Global NCOM with OSU tides";
Float64 geospatial_lat_max 70.0;
Float64 geospatial_lat_min 10.0;
Float64 geospatial_lat_resolution 0.125;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 210.0;
Float64 geospatial_lon_min 150.0;
Float64 geospatial_lon_resolution 0.125;
String geospatial_lon_units "degrees_east";
String history
"created on 20130318 ;
FMRC Best Dataset
2013-05-23 http://localhost:8080/thredds/dodsC/ncom/ncom_reg6_agg/NCOM_
Region_6_Aggregation_best.ncd
2013-05-23 http://ecowatch.ncddc.noaa.gov/griddap/NCOM_Region6_3D_agg.das";
String infoUrl
"/thredds/catalog/ncom/ncom_reg6_agg/catalog.html?dataset=ncom/ncom_reg6_agg/
NCOM_Region_6_Aggregation_best.ncd";
String input_data_source "FNMOC NOGAPS, NAVO MODAS, NAVO NLOM";
String institution "Naval Oceanographic Office via NOAA NCDDC";
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 location "Proto fmrc:NCOM Region 6 Aggregation";
String message "UNCLASSIFIED";
String model_type "x-curvilinear lon, y-curvilinear lat, z-sigma_z";
Float64 Northernmost_Northing 70.0;
String operational_status "development";
String reference "https://www.navo.navy.mil/";
String sourceUrl
"http://localhost:8080/thredds/dodsC/ncom/ncom_reg6_agg/NCOM_Region_6_
Aggregation_best.ncd";
Float64 Southernmost_Northing 10.0;
String standard_name_vocabulary "CF-1.0";
String summary
"Global NCOM for Region 6, 3-dimensional time series
fields from the best time series aggregation.";
String time_coverage_end "2013-03-22T00:00:00Z";
String time_coverage_start "2000-01-01T00:00:00Z";
String time_origin "2013-03-18 00:00:00";
String title "Global NCOM for Region 06, 3D aggregation";
Float64 Westernmost_Easting 150.0;
}
}
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
http://ecowatch.ncddc.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
http://ecowatch.ncddc.noaa.gov/erddap/griddap/erdBAssta5day.htmlTable?sst[(2007-10-21T00:00:00)][0][(-75):100:(75)][(180):100:(360)]
Thus, the query is often a variable name (e.g., sst),
followed by a set of [] for each of the variable's dimensions
(for example, [time][altitude][latitude][longitude]),
with your desired (start):stride:(stop) values within each [].
For details, see the griddap Documentation.