init_next_diagnostic Subroutine

public subroutine init_next_diagnostic(self, ndim, dimname, varname, ind_out)

Initialize single diagnostic and provide pointer to its vals field

Type Bound

diagnostics_group_t

Arguments

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

Instance of class

integer, intent(in) :: ndim

Number of elements in diagnostic

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

Name of dimension of diagnostic

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

Name of diagnostic

integer, intent(out) :: ind_out

Index of initiated diagnostic in diags array


Contents