h5md-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h5md-user] Unit attribute versus non-dimensionless quantities


From: Peter Colberg
Subject: Re: [h5md-user] Unit attribute versus non-dimensionless quantities
Date: Wed, 31 Jul 2013 16:40:15 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

Hi all,

I have discovered the perfect implementation of units in H5MD :-).

Please marvel at the output of the attached example:

  HDF5 "h5md_units.h5" {
  GROUP "/" {
     ATTRIBUTE "data" {
        DATATYPE  "/units/acceleration"
        DATASPACE  SCALAR
        DATA {
        (0): 9.81
        }
     }
     GROUP "units" {
        DATATYPE "acceleration" H5T_IEEE_F64LE;
           ATTRIBUTE "unit" {
              DATATYPE  H5T_STRING {
                 STRSIZE H5T_VARIABLE;
                 STRPAD H5T_STR_NULLTERM;
                 CSET H5T_CSET_UTF8;
                 CTYPE H5T_C_S1;
              }
              DATASPACE  SCALAR
              DATA {
              (0): "meter per square second"
              }
           }
     }
  }
  }

I will prepare a complete H5MD units proposal for your consideration.

Peter

Attachment: h5md_units.c
Description: Text Data

Attachment: h5md_units.h5
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]