| Chris, On Mar 22, 2013, at 3:38 PM, Chris Barker - NOAA Federal <[email protected]> wrote: On Fri, Mar 22, 2013 at 11:05 AM, Jonathan Gregory Thanks… I think we have those in the actual files already and I was only copying and pasting a subset of the info. We'll double check to make sure they are in there. I know we include in our NODC netCDF templates the recommendation to include the bounds attribute pointing to the variables containing the bounds (see http://www.nodc.noaa.gov/data/formats/netcdf/, for grids here is the NODC CDL template: http://www.nodc.noaa.gov/data/formats/netcdf/grid.cdl) and we are following our own templates :-) float t_an(time, depth, lat, lon) ; As I mentioned we do (I think) already include the specific bounds, but note that each of these files contains data for a specific temporal period either monthly, seasonally, or annually.
Good question… if you had a variable that was for example the mean temperature in 1 deg by 1 deg by full water depth cell, you would have a two-D gridded data variable (dims of lat and lon). I think you would then have a bounds attribute that would point to your lat- and lon- bounds (easy enough) variables, and then a z-bounds variable that would specify the depth of the water column in each grid cell? Hmmm… but something seems off with that because depth is not a coordinate variable in the case of a two-dimensional grid. Ken
Kenneth S. Casey, Ph.D. Technical Director NOAA National Oceanographic Data Center 1315 East-West Highway Silver Spring MD 20910 301-713-3272 x133 http://www.nodc.noaa.gov |
_______________________________________________ CF-metadata mailing list [email protected] http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata
