Date: 21 Feb 2005 Re: ADCIRC OPeNDAP Directory Contents From: Brian Blanton This OPeNDAP-accessible directory contains output files form the operational ADCIRC nowcast/forecast for the US east coast and Gulf of Mexico. The simulations are driven by the NCEP NDAS (formerly EDAS) for the nowcast, and NCEP NAM (formerly ETA) for the 84h forecast. The ADCIRC computational grid is a medium resolution grid that extends from 60W westward to the coastline. The grid definition file (fort.14 in ADCIRC parlance) is in the file ec_95d.grd (linked to eastcoast_95d_ll.grd). There is a netCDF version in the file eastcoast_95d_ll.nc, with the following CDL: netcdf eastcoast_95d_ll { dimensions: node = 31435 ; nele = 58369 ; nface = 3 ; nbd = 4615 ; nbi = 4 ; charlen = 132 ; variables: double lon(node) ; lon:long_name = "Longitude" ; lon:units = "degrees_east" ; lon:standard_name = "longitude" ; lon:axis = "X" ; double lat(node) ; lat:long_name = "Latitude" ; lat:units = "degrees_north" ; lat:standard_name = "latitude" ; lat:axis = "Y" ; double depth(node) ; depth:long_name = "Bathymetry" ; depth:units = "meters" ; depth:standard_name = "depth" ; depth:grid = "tri_grid" ; char tri_grid(charlen) ; tri_grid:domain_name = "eastcoast_95d_ll" ; tri_grid:grid_name = "triangular_mesh" ; tri_grid:Horizontal_Triangular_Element_Incidence_List = "ele" ; tri_grid:Boundary_Segment_Node_List = "bnd" ; tri_grid:Index_start = "1" ; int ele(nele, nface) ; ele:long_name = "Horizontal_Triangular_Element_Incidence_List" ; ele:standard_name = "XXX" ; int bnd(nbd, nbi) ; bnd:long_name = "Boundary_Segment_Node_List" ; bnd:standard_name = "XXX" ; // global attributes: :title = "Finite element COMPUTATIONAL GRID netCDF FILE: eastcoast_95d_ll" ; :institution = "not specified" ; :institution_code = "not specified" ; :institution_OPeNDAP_url = "not specified" ; :contact = "not specified" ; :project = "SURA-SCOOP" ; :project_url = "not specified" ; :model_domain = "eastcoast_95d_ll" ; :Conventions = "CF-x.x" ; :Fill_Value = 9.96921e+36 ; :missing_value = 9.96921e+36 ; :format_category = "finite element triangular grid" ; }