init_diagnostics_group Subroutine

public subroutine init_diagnostics_group(self, comm_handler, groupname)

Initialize diagnostic

Type Bound

diagnostics_group_t

Arguments

Type IntentOptional Attributes Name
class(diagnostics_group_t), intent(inout) :: self

Instance of class

type(comm_handler_t), intent(in) :: comm_handler

MPI communication handler

character(len=*), intent(in) :: groupname

Directory suffix to write snapsfiles into


Contents