SalishSeaCast ERDDAP
Public access to the SalishSeaCast model products |
Brought to you by SalishSeaCast UBC EOAS MEOPAR NOAA |
Dataset Title: | HRDPS, SalishSeaCast, Atmospheric Forcing Grid, Geo-location, v23-02 |
Institution: | UBC EOAS (Dataset ID: ubcSSaAtmosphereGridV23-02) |
Information: | Summary | License | Metadata | Background | Make a graph |
Attributes { gridY { Float64 actual_range 0.0, 229.0; String comment "Y values are grid indices in the model y-direction."; String ioos_category "location"; String long_name "Y"; String standard_name "y"; String units "count"; } gridX { Float64 actual_range 0.0, 189.0; String comment "Y values are grid indices in the model y-direction."; String ioos_category "location"; String long_name "X"; String standard_name "x"; String units "count"; } longitude { Float32 _FillValue NaN; String ioos_category "location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } latitude { Float32 _FillValue NaN; String ioos_category "location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } NC_GLOBAL { String acknowledgement "Environment and Climate Change Canada"; String cdm_data_type "Grid"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; String coverage_content_type "modelResult"; String creator_email "sallen@eaos.ubc.ca"; String creator_name "SalishSeaCast Project Contributors"; String creator_url "https://salishsea-meopar-docs.readthedocs.io/"; String drawLandMask "over"; String GRIB_centre "cwao"; String GRIB_centreDescription "Canadian Meteorological Service - Montreal"; Float64 GRIB_edition 2.0; Float64 GRIB_subCentre 0.0; String history "[Mon 2023-03-13 19:39:47 -07:00] python -m nowcast.workers.grib_to_netcdf $NOWCAST_YAML nowcast+ 2024-11-21T11:39:13Z (local files) 2024-11-21T11:39:13Z https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSaAtmosphereGridV23-02.das"; String infoUrl "https://salishsea.eos.ubc.ca/"; String institution "UBC EOAS"; String institution_fullname "Dept of Earth, Ocean & Atmospheric Sciences, University of British Columbia"; String keywords "atmosphere, continental rotated lat-lon grid, HRDPS, latitude, longitude, model results, Salish Sea"; String keywords_vocabulary "GCMD Science Keywords"; String license "The SalishSeaCast NEMO model results are copyright by the SalishSeaCast Project Contributors and The University of British Columbia. They are licensed under the Apache License, Version 2.0. http://www.apache.org/licenses/LICENSE-2.0 This dataset is derived from a product of the Environment and Climate Change Canada HRDPS (High Resolution Deterministic Prediction System) model. The Terms and conditions of use of Meteorological Data from Environment and Climate Change Canada are available at http://dd.weather.gc.ca/doc/LICENCE_GENERAL.txt."; String project "SalishSeaCast NEMO Model"; String sourceUrl "(local files)"; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "HRDPS, SalishSeaCast, Atmospheric Forcing Grid, Geo-location, v23-02 Longitude and latitude of the Environment and Climate Change Canada HRDPS continental rotated lat-lon model grid. This is the model grid that is used for atmospheric forcing for the SalishSeaCast NEMO model between from 2023-02-23 onward. The model grid includes the Juan de Fuca Strait, the Strait of Georgia, Puget Sound, and Johnstone Strait on the coasts of Washington State and British Columbia. v23-02: longitude and latitude variables"; String title "HRDPS, SalishSeaCast, Atmospheric Forcing Grid, Geo-location, v23-02"; } }
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.