Convert a number of clock ticks, as returned by system_clock() called with integer(int64) arguments, to milliseconds
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | t |
prints dataset (variable) layout in a file get file size. get dataset storage layout not truly constants, so select case doesn't work
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| character(len=*), | intent(in) | :: | ds_name |
write real data with HDF5 layout type specified
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=hid_t), | intent(in) | :: | file_id | |||
| character(len=*), | intent(in) | :: | ds_name | |||
| integer, | intent(in) | :: | layout | |||
| real, | intent(in) | :: | dat(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | file |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | file | |||
| integer, | intent(in) | :: | layout | |||
| real, | intent(in) | :: | dat(:) | |||
| integer, | intent(in) | :: | N |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | file | |||
| integer, | intent(in) | :: | N | |||
| real, | intent(out), | optional | :: | dat(:) |