write_diagnostics Subroutine

public subroutine write_diagnostics(self, tau, isnaps, idiag, start_new_file)

Write all diagnostics

Type Bound

diagnostics_group_t

Arguments

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

Instance of class

real(kind=GP), intent(in) :: tau

Time

integer, intent(in) :: isnaps

Snapshot file index

integer, intent(in) :: idiag

Diagnostic step index

logical, intent(in) :: start_new_file

If true, a new file will be created


Contents