SURFEX v8.1
General documentation of Surfex
Data Types | Functions/Subroutines | Variables
yomhook Module Reference

Data Types

interface  dr_hook
 

Functions/Subroutines

subroutine dr_hook_default4 (CDNAME, KSWITCH, PKEY)
 
subroutine dr_hook_default8 (CDNAME, KSWITCH, PKEY)
 
subroutine dr_hook_multi_default (CDNAME, KSWITCH, PKEY)
 
subroutine dr_hook_file (CDNAME, KSWITCH, PKEY, CDFILE)
 
subroutine dr_hook_multi_file (CDNAME, KSWITCH, PKEY, CDFILE)
 
subroutine dr_hook_size (CDNAME, KSWITCH, PKEY, KSIZEINFO)
 
subroutine dr_hook_multi_size (CDNAME, KSWITCH, PKEY, KSIZEINFO)
 
subroutine dr_hook_file_size (CDNAME, KSWITCH, PKEY, CDFILE, KSIZEINFO)
 
subroutine dr_hook_multi_file_size (CDNAME, KSWITCH, PKEY, CDFILE, KSIZEINFO)
 

Variables

logical lhook =.TRUE.
 

Function/Subroutine Documentation

◆ dr_hook_default4()

subroutine yomhook::dr_hook_default4 ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprm), intent(inout)  PKEY 
)

Definition at line 44 of file yomhook.F90.

Here is the call graph for this function:

◆ dr_hook_default8()

subroutine yomhook::dr_hook_default8 ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprd), intent(inout)  PKEY 
)

Definition at line 54 of file yomhook.F90.

Here is the call graph for this function:

◆ dr_hook_file()

subroutine yomhook::dr_hook_file ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprb), intent(inout)  PKEY,
character(len=*), intent(in)  CDFILE 
)

Definition at line 75 of file yomhook.F90.

Here is the call graph for this function:

◆ dr_hook_file_size()

subroutine yomhook::dr_hook_file_size ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprb), intent(inout)  PKEY,
character(len=*), intent(in)  CDFILE,
integer(kind=jpim), intent(in)  KSIZEINFO 
)

Definition at line 107 of file yomhook.F90.

Here is the call graph for this function:

◆ dr_hook_multi_default()

subroutine yomhook::dr_hook_multi_default ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprb), dimension(:), intent(inout)  PKEY 
)

Definition at line 66 of file yomhook.F90.

Here is the call graph for this function:

◆ dr_hook_multi_file()

subroutine yomhook::dr_hook_multi_file ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprb), dimension(:), intent(inout)  PKEY,
character(len=*), intent(in)  CDFILE 
)

Definition at line 82 of file yomhook.F90.

Here is the call graph for this function:

◆ dr_hook_multi_file_size()

subroutine yomhook::dr_hook_multi_file_size ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprb), dimension(:), intent(inout)  PKEY,
character(len=*), intent(in)  CDFILE,
integer(kind=jpim), intent(in)  KSIZEINFO 
)

Definition at line 114 of file yomhook.F90.

Here is the call graph for this function:

◆ dr_hook_multi_size()

subroutine yomhook::dr_hook_multi_size ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprb), dimension(:), intent(inout)  PKEY,
integer(kind=jpim), intent(in)  KSIZEINFO 
)

Definition at line 98 of file yomhook.F90.

Here is the call graph for this function:

◆ dr_hook_size()

subroutine yomhook::dr_hook_size ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  KSWITCH,
real(kind=jprb), intent(inout)  PKEY,
integer(kind=jpim), intent(in)  KSIZEINFO 
)

Definition at line 91 of file yomhook.F90.

Here is the call graph for this function:

Variable Documentation

◆ lhook

logical yomhook::lhook =.TRUE.

Definition at line 15 of file yomhook.F90.