Skip to content

HDF5 Integration #13

@daniellivingston

Description

@daniellivingston

Export HDF5 file in the following format:

  out = h5py.File(h5_out,'w')
  out.create_dataset("Domain/Cells/Centers", data=cell_centers)
  out.create_dataset("Domain/Cells/Volumes", data=cell_volumes)
  out.create_dataset("Domain/Connections/Centers", data=face_centers)
  out.create_dataset("Domain/Connections/Cell Ids", data=face_connections)
  out.create_dataset("Domain/Connections/Areas", data=face_areas)
  out.close()

Should be parity with the PFLOTRAN conversion script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions