0.6.0
Loading...
Searching...
No Matches
mod_notus_hdf5_output_grids_and_fields Module Reference

Functions/Subroutines

subroutine notus_hdf5_output_grids_and_fields ()
 Hdf5 output grid and fields routine, called in time loop of Notus.
 
subroutine notus_hdf5_write_field (fieldname, field, sfield, data_global_dims, memspace_dims, chunk_dims, offset, count, stride, block_size, group_id, plist_id)
 Write a field into the .h5 file.
 

Function/Subroutine Documentation

◆ notus_hdf5_write_field()

subroutine mod_notus_hdf5_output_grids_and_fields::notus_hdf5_write_field ( character(len=*), intent(in) fieldname,
double precision, dimension(:,:,:), intent(in), allocatable field,
real, dimension(:,:,:), intent(in), allocatable sfield,
integer(hsize_t), dimension(3), intent(in) data_global_dims,
integer(hsize_t), dimension(3), intent(in) memspace_dims,
integer(hsize_t), dimension(3), intent(in) chunk_dims,
integer(hssize_t), dimension(3), intent(in) offset,
integer(hsize_t), dimension(3), intent(in) count,
integer(hsize_t), dimension(3), intent(in) stride,
integer(hsize_t), dimension(3), intent(in) block_size,
integer(hid_t) group_id,
integer(hid_t), intent(inout) plist_id )

Write a field into the .h5 file.