SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dr_hook_prt (KUNIT, CDSTR) |
subroutine | dr_hook_prt_char (KUNIT, CD, KLD) |
subroutine | dr_hook_prt_logical (KUNIT, LD, KLD) |
subroutine | dr_hook_prt_i4 (KUNIT, KD, KLD) |
subroutine | dr_hook_prt_i8 (KUNIT, KD, KLD) |
subroutine | dr_hook_prt_r4 (KUNIT, PD, KLD) |
subroutine | dr_hook_prt_r8 (KUNIT, PD, KLD) |
Definition at line 2 of file dr_hook_prt.F90.
subroutine dr_hook_prt_char | ( | integer(kind=jpim), intent(in) | KUNIT, |
character(len=1), dimension(kld), intent(in) | CD, | ||
integer(kind=jpim), intent(in) | KLD | ||
) |
Definition at line 15 of file dr_hook_prt.F90.
subroutine dr_hook_prt_i4 | ( | integer(kind=jpim), intent(in) | KUNIT, |
integer(kind=jpim), dimension(kld), intent(in) | KD, | ||
integer(kind=jpim), intent(in) | KLD | ||
) |
Definition at line 43 of file dr_hook_prt.F90.
subroutine dr_hook_prt_i8 | ( | integer(kind=jpim), intent(in) | KUNIT, |
integer(kind=jpib), dimension(kld), intent(in) | KD, | ||
integer(kind=jpim), intent(in) | KLD | ||
) |
Definition at line 57 of file dr_hook_prt.F90.
subroutine dr_hook_prt_logical | ( | integer(kind=jpim), intent(in) | KUNIT, |
logical, dimension(kld), intent(in) | LD, | ||
integer(kind=jpim), intent(in) | KLD | ||
) |
Definition at line 29 of file dr_hook_prt.F90.
subroutine dr_hook_prt_r4 | ( | integer(kind=jpim), intent(in) | KUNIT, |
real(kind=jprm), dimension(kld), intent(in) | PD, | ||
integer(kind=jpim), intent(in) | KLD | ||
) |
Definition at line 71 of file dr_hook_prt.F90.
subroutine dr_hook_prt_r8 | ( | integer(kind=jpim), intent(in) | KUNIT, |
real(kind=jprb), dimension(kld), intent(in) | PD, | ||
integer(kind=jpim), intent(in) | KLD | ||
) |
Definition at line 85 of file dr_hook_prt.F90.