summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/FORTRAN/H5T/tfiles/18/h5ex_t_cmpd_F03.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/FORTRAN/H5T/tfiles/18/h5ex_t_cmpd_F03.ddl')
-rw-r--r--HDF5Examples/FORTRAN/H5T/tfiles/18/h5ex_t_cmpd_F03.ddl44
1 files changed, 44 insertions, 0 deletions
diff --git a/HDF5Examples/FORTRAN/H5T/tfiles/18/h5ex_t_cmpd_F03.ddl b/HDF5Examples/FORTRAN/H5T/tfiles/18/h5ex_t_cmpd_F03.ddl
new file mode 100644
index 0000000..cd3918c
--- /dev/null
+++ b/HDF5Examples/FORTRAN/H5T/tfiles/18/h5ex_t_cmpd_F03.ddl
@@ -0,0 +1,44 @@
+HDF5 "h5ex_t_cmpd_F03.h5" {
+GROUP "/" {
+ DATASET "DS1" {
+ DATATYPE H5T_COMPOUND {
+ H5T_STD_I64BE "Serial number";
+ H5T_STRING {
+ STRSIZE 80;
+ STRPAD H5T_STR_SPACEPAD;
+ CSET H5T_CSET_ASCII;
+ CTYPE H5T_C_S1;
+ } "Location";
+ H5T_IEEE_F64BE "Temperature (F)";
+ H5T_IEEE_F64BE "Pressure (inHg)";
+ }
+ DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
+ DATA {
+ (0): {
+ 1153,
+ "Exterior (static) ",
+ 53.23,
+ 24.57
+ },
+ (1): {
+ 1184,
+ "Intake ",
+ 55.12,
+ 22.95
+ },
+ (2): {
+ 1027,
+ "Intake manifold ",
+ 103.55,
+ 31.23
+ },
+ (3): {
+ 1313,
+ "Exhaust manifold ",
+ 1252.89,
+ 84.11
+ }
+ }
+ }
+}
+}