MONC
Functions/Subroutines | Variables
yomhook Module Reference

Functions/Subroutines

subroutine dr_hook (name, code, handle)
 

Variables

logical, parameter lhook = .FALSE.
 

Function/Subroutine Documentation

◆ dr_hook()

subroutine yomhook::dr_hook ( character(len=*), intent(in)  name,
integer(kind=jpim), intent(in)  code,
real(kind=jprb), intent(inout)  handle 
)

Definition at line 26 of file yomhook.F90.

27  IMPLICIT NONE
28 
29  !Arguments
30  CHARACTER(len=*), INTENT(in) :: name
31  INTEGER(kind=jpim), INTENT(in) :: code
32  REAL(kind=jprb), INTENT(inout) :: handle
33 
34  !Nothing to do
35 
36  RETURN
Here is the caller graph for this function:

Variable Documentation

◆ lhook

logical, parameter yomhook::lhook = .FALSE.

Definition at line 22 of file yomhook.F90.

22  LOGICAL, PARAMETER :: lhook = .false.
parkind1::jprb
integer, parameter jprb
Definition: parkind1.F90:24