My Project
|
Public Member Functions | |
subroutine | aprint_arr (IUNIT, VARP, VART, NOW, ILOC, K1, K2, MSG) |
subroutine | aprint_vec (IUNIT, VARP, VART, NOW, ILOC, MSG) |
Definition at line 96 of file mod_par.f90.
subroutine mod_par::aprint::aprint_arr | ( | integer, intent(in) | IUNIT, |
real(sp), dimension(:,:), intent(in), allocatable, target | VARP, | ||
character(len=*), intent(in) | VART, | ||
type(time), intent(in) | NOW, | ||
integer, intent(in) | ILOC, | ||
integer, intent(in) | K1, | ||
integer, intent(in), optional | K2, | ||
character(len=*), intent(in), optional | MSG | ||
) |
Definition at line 288 of file mod_par.f90.
subroutine mod_par::aprint::aprint_vec | ( | integer, intent(in) | IUNIT, |
real(sp), dimension(:), intent(in), allocatable, target | VARP, | ||
character(len=*), intent(in) | VART, | ||
type(time), intent(in) | NOW, | ||
integer, intent(in) | ILOC, | ||
character(len=*), intent(in), optional | MSG | ||
) |
Definition at line 145 of file mod_par.f90.