NOAA ERDDAP
Easier access to scientific data

Brought to you by NOAA NMFS SWFSC ERD    

ERDDAP > griddap > Data Access Form ?

Dataset Title:  NMME CFSv2 Surface Zonal Wind Stress stx By time, latitude, longitude   RSS
Institution:  RSMAS and NCEP   (Dataset ID: nmme_cfs_v2_stx_6h_by_time_lat_lon)
Information:  Summary ? | License ? | Metadata | Background | Make a graph
 
Dimensions ? Start ? Stride ? Stop ?  Size ?    Spacing ?
 time (UTC) ?      12935    9h 16m 15s (uneven)
  < slider >
 latitude (degrees_north) ?      181    -1.0 (even)
  < slider >
 longitude (degrees_east) ?      360    1.0 (even)
  < slider >
 
Grid Variables (which always also download all of the dimension variables) 
 stx (Momentum flux, u-component, N/m2) ?

File type: (more information)

(Documentation / Bypass this form) ?
 
(Please be patient. It may take a while to get the data.)


 

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
  time {
    String _CoordinateAxisType "Time";
    Float64 actual_range 1.2885048e+9, 1.7201808e+9;
    String axis "T";
    String calendar "proleptic_gregorian";
    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";
  }
  latitude {
    String _CoordinateAxisType "Lat";
    Float32 actual_range -90.0, 90.0;
    String axis "Y";
    String data_type "float";
    String ioos_category "Location";
    String long_name "Latitude";
    String standard_name "latitude";
    String units "degrees_north";
    Float32 valid_max 90.0;
    Float32 valid_min -90.0;
  }
  longitude {
    String _CoordinateAxisType "Lon";
    Float32 actual_range 0.0, 359.0;
    String axis "X";
    String data_type "float";
    String ioos_category "Location";
    String long_name "Longitude";
    String standard_name "longitude";
    String units "degrees_east";
    Float32 valid_max 359.0;
    Float32 valid_min 0.0;
  }
  stx {
    String _CoordinateAxisType "Pressure";
    Float32 _FillValue 9.96921e+36;
    String coordinates "time_run time lat lon";
    String long_name "Momentum flux, u-component";
    String standard_name "zonal surface stress";
    String units "N/m2";
  }
  NC_GLOBAL {
    String _CoordSysBuilder "ucar.nc2.dataset.conv.CF1Convention";
    String cdm_data_type "Grid";
    String Conventions "CF-1.4";
    Float64 Easternmost_Easting 359.0;
    Float64 geospatial_lat_max 90.0;
    Float64 geospatial_lat_min -90.0;
    Float64 geospatial_lat_resolution 1.0;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max 359.0;
    Float64 geospatial_lon_min 0.0;
    Float64 geospatial_lon_resolution 1.0;
    String geospatial_lon_units "degrees_east";
    String history 
"FMRC Best Dataset
2024-03-28T14:20:07Z https://www.ncei.noaa.gov/thredds/dodsC/model-nmme_cfs_v2_stx_6h_agg/NMME_CFS-v2_Surface_Zonal_Wind_Stress_6h_Aggregation_best.ncd
2024-03-28T14:20:07Z https://www.ncei.noaa.gov/erddap/griddap/nmme_cfs_v2_stx_6h_by_time_lat_lon.das";
    String infoUrl "https://www.ncei.noaa.gov/thredds/catalog/model-nmme_cfs_v2_stx_6h_agg/catalog.html?dataset=model-nmme_cfs_v2_stx_6h_agg/NMME_CFS-v2_Surface_Zonal_Wind_Stress_6h_Aggregation_best.ncd";
    String institution "RSMAS and NCEP";
    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:NMME_CFS-v2_Surface_Zonal_Wind_Stress_6h_Aggregation";
    Float64 Northernmost_Northing 90.0;
    String sourceUrl "https://www.ncei.noaa.gov/thredds/dodsC/model-nmme_cfs_v2_stx_6h_agg/NMME_CFS-v2_Surface_Zonal_Wind_Stress_6h_Aggregation_best.ncd";
    Float64 Southernmost_Northing -90.0;
    String summary "NMME CFSv2 Surface Zonal Wind Stress stx Dimensioned By time, latitude, longitude.";
    String time_coverage_end "2024-07-05T12:00:00Z";
    String time_coverage_start "2010-10-31T06:00:00Z";
    String title "NMME CFSv2 Surface Zonal Wind Stress stx By time, latitude, longitude";
    Float64 Westernmost_Easting 0.0;
  }
}

 

Using griddap to Request Data and Graphs from Gridded Datasets

griddap lets you request a data subset, graph, or map from a gridded dataset (for example, sea surface temperature data from a satellite), via a specially formed URL. griddap uses the OPeNDAP (external link) Data Access Protocol (DAP) (external link) and its projection constraints (external link).

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/erdBAssta5day.htmlTable?sst[(2007-10-21T00:00:00)][0][(-75):100:(75)][(180):100:(360)]
Thus, the query is often a data variable name (e.g., sst), followed by [(start):stride:(stop)] (or a shorter variation of that) for each of the variable's dimensions (for example, [time][altitude][latitude][longitude]).

For details, see the griddap Documentation.


 
ERDDAP, Version 2.23
Disclaimers | Privacy Policy | Contact