timestamp_m Module


Used by

  • module~~timestamp_m~~UsedByGraph module~timestamp_m timestamp_m module~logger_m logger_m module~logger_m->module~timestamp_m module~ia_bond_m ia_bond_m module~ia_bond_m->module~logger_m program~main main program~main->module~logger_m module~setup_m setup_m program~main->module~setup_m module~setup_m->module~logger_m module~bd_solver_m bd_solver_m module~setup_m->module~bd_solver_m module~interaction_m interaction_m module~setup_m->module~interaction_m module~brown_m brown_m module~brown_m->module~logger_m module~bd_solver_m->module~logger_m module~bd_solver_m->module~brown_m module~bd_solver_m->module~interaction_m module~interaction_m->module~ia_bond_m

Contents


Subroutines

public subroutine hms_current_hms(h, m, s, mm)

HMS_CURRENT_HMS returns the current HMS time as integers.

Read more…

Arguments

Type IntentOptional AttributesName
integer(kind=4) :: h
integer(kind=4) :: m
integer(kind=4) :: s
integer(kind=4) :: mm

public subroutine hms_current_print(string)

HMS_CURRENT_PRINT prints the current HMS time, and a user specified string.

Read more…

Arguments

Type IntentOptional AttributesName
character(len=*) :: string

public subroutine hms_current_string(string)

HMS_CURRENT_STRING writes the current HMS data into a string.

Read more…

Arguments

Type IntentOptional AttributesName
character(len=*) :: string

public subroutine hms_delta_print(string)

HMS_DELTA_PRINT prints the change in HMS time, and a user specified string.

Read more…

Arguments

Type IntentOptional AttributesName
character(len=*) :: string

public subroutine timestamp()

TIMESTAMP prints the current YMDHMS date as a time stamp.

Read more…

Arguments

None

public subroutine timestring(string)

TIMESTRING writes the current YMDHMS date into a string.

Read more…

Arguments

Type IntentOptional AttributesName
character(len=*) :: string