![]() |
The NOAA GEO-IDE UAF ERDDAP
Easier access to all of NOAA's data |
log in
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Top Dataset, monolevel, cdcon.mon.mean (NARR Monthly Means) [time][y][x], 1979- present ![]() ![]() |
Institution: | National Centers for Environmental Prediction (Dataset ID: noaa_esrl_deb7_33ea_2b94) |
Information: | Summary ![]() ![]() ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 2.839968e+8, 1.5198624e+9; String avg_period "0000-01-00 00:00:00"; String axis "T"; String coordinate_defines "start"; String delta_t "0000-01-00 00:00:00"; String ioos_category "Time"; String long_name "Time"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } y { Float32 actual_range 0.0, 8959788.0; String ioos_category "Location"; String long_name "northward distance from southwest corner of domain in projection coordinates"; String standard_name "projection_y_coordinate"; String units "m"; } x { Float32 actual_range 0.0, 1.129712e+7; String ioos_category "Location"; String long_name "eastward distance from southwest corner of domain in projection coordinates"; String standard_name "projection_x_coordinate"; String units "m"; } cdcon { Float32 _FillValue 9.96921e+36; Float32 actual_range 0.0, 100.0; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; Int16 GRIB_id 72; String GRIB_name "CDCON"; String grid_mapping "Lambert_Conformal"; String ioos_category "Bottom Character"; String level_desc "Entire Atmosphere Considered As a Single Layer"; String long_name "Monthly Mean of Convective Cloud Cover at Entire Atmosphere Considered as a Single Layer"; Float32 missing_value -9.96921e+36; String parent_stat "Mean"; String standard_name "convective_cloud_area_fraction"; String statistic "Mean"; String units "percent"; Float32 valid_range 0.0, 100.0; String var_desc "Convective cloud cover"; } NC_GLOBAL { String cdm_data_type "Grid"; Float64 centerlat 50.0; Float64 centerlon -107.0; String Conventions "CF-1.6, COARDS, ACDD-1.3"; String creator_name "NOAA NCEP"; String creator_type "institution"; String creator_url "http://www.ncep.noaa.gov/"; String dataset_title "NCEP North American Regional Reanalysis (NARR)"; String history "created 2016/04/12 by NOAA/ESRL/PSD 2018-04-25T22:13:24Z https://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/NARR/Monthlies/monolevel/cdcon.mon.mean.nc 2018-04-25T22:13:24Z http://upwell.pfeg.noaa.gov/erddap/griddap/noaa_esrl_deb7_33ea_2b94.das"; String id "Datasets/NARR/Monthlies/monolevel/cdcon.mon.mean.nchttps://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/NARR/Monthlies/monolevel/cdcon.mon.mean.nc"; String infoUrl "https://www.esrl.noaa.gov/psd/data/gridded/data.narr.html"; String institution "National Centers for Environmental Prediction"; String keywords "amount, area, atmosphere, atmospheric, bottom, bottom character, cdcon, cdcon.mon.mean, centers, character, cloud, cloud cover, cloudiness, clouds, considered, convection, convective, convective_cloud_area_fraction, cover, data, dataset, earth, Earth Science > Atmosphere > Atmospheric Winds > Convection, Earth Science > Atmosphere > Clouds > Cloud Amount/Frequency, Earth Science > Atmosphere > Clouds > Cloud Types, entire, environmental, fraction, frequency, layer, mean, means, monolevel, month, monthly, narr, national, prediction, science, single, time, top, types, winds"; String keywords_vocabulary "GCMD Science Keywords"; Float32 latcorners 1.000001, 0.897945, 46.3544, 46.63433; 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."; Float32 loncorners -145.5, -68.32005, -2.569891, 148.6418; String platform "Model"; String references "https://www.esrl.noaa.gov/psd/data/gridded/data.narr.html"; String source "http://www.emc.ncep.noaa.gov/mmb/rreanl/index.html"; String sourceUrl "https://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/NARR/Monthlies/monolevel/cdcon.mon.mean.nc"; String standard_name_vocabulary "CF Standard Name Table v29"; Float64 standardpar1 50.0; Float64 standardpar2 50.000001; String summary "NARR Monthly Means (Top Dataset, monolevel, cdcon.mon.mean)"; String testOutOfDate "now-95days"; String time_coverage_end "2018-03-01T00:00:00Z"; String time_coverage_start "1979-01-01T00:00:00Z"; String title "Top Dataset, monolevel, cdcon.mon.mean (NARR Monthly Means) [time][y][x], 1979-present"; } }
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://upwell.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://upwell.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.