Write coordinates to HDF5 file. Only the root MPI rank does the writing.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hdf5_obj), | intent(inout) | :: | this |
A HDF5 object |
||
character(len=*), | intent(in) | :: | groupname |
Groupname |
||
character(len=*), | intent(in) | :: | name |
Variable name |
||
class(*), | intent(in) | :: | Coord(:) |
1-D Coordinates |