DAP to netCDF Changes Last update: 5/4/2009. The standard definitions of the DAP to netcdf translation rules are kept at the following location: http://conan.unidata...
C Struct Layout Rules [Revised 5/5/2009] The issue of the layout of C struct data type fields has cropped up a number of times recently, so it seems appropriate to document the apparent layout rules.Read more...
Recent Responses
Re: C Struct Layout Rules Yup. A corollary to this is that, when creating a structure from scratch, order the members by decreasing alignment size in order to minimize unused space.