![]() |
CNR-ISMAR
Access to maritime scientific data |
This server instance is funded by AdriaClim project |
Dataset Title: | Sea level and wave hindcast for the Northern Adriatic Sea
![]() ![]() |
Institution: | ISMAR-CNR, Venice, Italy (Dataset ID: NA_hindcast_2018) |
Information: | Summary ![]() ![]() ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 9.782208e+8, 9.782208e+8; String axis "T"; String calendar "standard"; 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"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 40.2, 45.8; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range 12.12, 19.64; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } water_level { Float32 _FillValue 0.28155345; Float64 colorBarMaximum 2.0; Float64 colorBarMinimum -2.0; String long_name "Water Surface Height Above Reference Datum"; Float32 missing_value 0.28155345; String standard_name "water_surface_height_above_reference_datum"; String units "m"; } NC_GLOBAL { String CDI "Climate Data Interface version 1.9.10 (https://mpimet.mpg.de/cdi)"; String cdm_data_type "Grid"; String CDO "Climate Data Operators version 1.9.10 (https://mpimet.mpg.de/cdo)"; String comment "Data restriction: for academic research use only"; String contact "email: christian.ferrarin@cnr.it"; String Conventions "CF-1.10, COARDS, ACDD-1.3"; String creator_email "christian.ferrarin@cnr.it"; String creator_name "Christian Ferrarin"; String creator_type "person"; Float64 Easternmost_Easting 19.64; String format "netCDF"; Float64 geospatial_lat_max 45.8; Float64 geospatial_lat_min 40.2; Float64 geospatial_lat_resolution 0.01999999999999998; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 19.64; Float64 geospatial_lon_min 12.12; Float64 geospatial_lon_resolution 0.020000000000000004; String geospatial_lon_units "degrees_east"; String history "Tue Mar 25 09:36:24 2025: cdo pack tmp.nc example_ADR-HIN-SHY.nc Tue Mar 25 09:35:22 2025: ncks -C -x -v total_depth,total_depth_2 20180101.nc tmp.nc Tue Mar 25 09:34:30 2025: cdo merge hydro.nc ts.nc 20180101.nc created on 2025-03-25 09:32:56 MET 2025-04-04T10:53:51Z (local files) 2025-04-04T10:53:51Z http://erddap.ve.ismar.cnr.it/erddap/griddap/NA_hindcast_2018.das"; String identifier "DOI 10.5281/zenodo.10683077"; String infoUrl "https://zenodo.org/doi/10.5281/zenodo.10683077"; String institution "ISMAR-CNR, Venice, Italy"; String keywords "above, adriatic, cnr, council, data, datum, earth, Earth Science > Oceans > Sea Surface Topography > Sea Surface Height, ECV > Ocean > Physical > Sea Level, height, ismar, ismar-cnr, italy, national, ocean, oceans, reference, research, science, sea, seawater, surface, time, tiresias, topography, venice, water, water_level, water_surface_height_above_reference_datum"; String keywords_vocabulary "GCOS Essential Climate Variables"; String license "CC-BY-4.0"; String NCO "netCDF Operators version 4.9.7 (Homepage = http://nco.sf.net, Code = https://github.com/nco/nco)"; Float64 Northernmost_Northing 45.8; String reasearch_infrastructures "Danubius"; String references "Model info: http://www.ismar.cnr.it/shyfem"; String source "Model data produced by SHYFEM at ISMAR-CNR"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 40.2; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "This dataset contains a 27-year sea level and wave hindcast (1994-2020) over the Northern Adriatic Sea generated using the unstructured hydrodynamic model SHYFEM (https://github.com/SHYFEM-model/shyfem) and the spectral wave model WAVEWATCH III (https://polar.ncep.noaa.gov/waves/wavewatch). The numerical simulations were forced by ERA5 meteorological (mean sea level pressure and climate-corrected wind) fields (Benetazzo et al., 2022; https://doi.org/10.3390/w14101590). Fundings: The creation of this dataset was supported by the Autorità di Bacino Distrettuale del Fiume Po in the framework of the project Approfondimento tecnico-scientifico sui quadri conoscitivi in ambito costiero and partially funded by the Research Programme Venezia2021, coordinated by CORILA, with the contribution of the Provveditorato for the Public Works of Veneto, Trentino Alto Adige and Friuli Venezia Giulia."; String time_coverage_end "2000-12-31T00:00:00Z"; String time_coverage_start "2000-12-31T00:00:00Z"; String title "Sea level and wave hindcast for the Northern Adriatic Sea"; Float64 Westernmost_Easting 12.12; } }
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.