Initialize single diagnostic and provide pointer to its vals field
| Type | Intent | Optional | 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 |