drive Subroutine

public subroutine drive(self, tau, dtau)

Check if time aligns with cycle and set according checkpoint flag

Type Bound

checkpoint_monitor_t

Arguments

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

Instance of class

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

Current time

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

Time step


Contents