SURFEX v8.1
General documentation of Surfex
Private Member Functions | List of all members
dr_hook_watch_mod::dr_hook_watch Interface Reference

Private Member Functions

subroutine dr_hook_watch_character (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_logical_scalar (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_logical_vec (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_i4_scalar (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_i4_vec (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_i8_scalar (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_i8_vec (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_r4_scalar (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_r4_vec (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_r8_scalar (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 
subroutine dr_hook_watch_r8_vec (CDNAME, PTR, LDABORT, LDACTIVE, LDPRINT, LDTRBK)
 

Detailed Description

Definition at line 18 of file dr_hook_watch_mod.F90.

Member Function/Subroutine Documentation

◆ dr_hook_watch_character()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_character ( character(len=*), intent(in)  CDNAME,
character(len=*), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 68 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_i4_scalar()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_i4_scalar ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 112 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_i4_vec()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_i4_vec ( character(len=*), intent(in)  CDNAME,
integer(kind=jpim), dimension(:), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 127 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_i8_scalar()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_i8_scalar ( character(len=*), intent(in)  CDNAME,
integer(kind=jpib), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 143 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_i8_vec()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_i8_vec ( character(len=*), intent(in)  CDNAME,
integer(kind=jpib), dimension(:), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 158 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_logical_scalar()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_logical_scalar ( character(len=*), intent(in)  CDNAME,
logical, intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 84 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_logical_vec()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_logical_vec ( character(len=*), intent(in)  CDNAME,
logical, dimension(:), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 99 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_r4_scalar()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_r4_scalar ( character(len=*), intent(in)  CDNAME,
real(kind=jprm), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 174 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_r4_vec()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_r4_vec ( character(len=*), intent(in)  CDNAME,
real(kind=jprm), dimension(:), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 189 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_r8_scalar()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_r8_scalar ( character(len=*), intent(in)  CDNAME,
real(kind=jprd), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 205 of file dr_hook_watch_mod.F90.

◆ dr_hook_watch_r8_vec()

subroutine dr_hook_watch_mod::dr_hook_watch::dr_hook_watch_r8_vec ( character(len=*), intent(in)  CDNAME,
real(kind=jprd), dimension(:), intent(in)  PTR,
logical, intent(in), optional  LDABORT,
logical, intent(in), optional  LDACTIVE,
logical, intent(in), optional  LDPRINT,
logical, intent(in), optional  LDTRBK 
)
private

Definition at line 220 of file dr_hook_watch_mod.F90.


The documentation for this interface was generated from the following file: