Public Member Functions | |
subroutine | READ_SURFT0_ASC (HREC, KYEAR, KMONTH, KDAY, PTIME, KRESP, HCOMMENT) |
subroutine | READ_SURFT1_ASC (HREC, KYEAR, KMONTH, KDAY, PTIME, KRESP, HCOMMENT) |
subroutine | READ_SURFT2_ASC (HREC, KYEAR, KMONTH, KDAY, PTIME, KRESP, HCOMMENT) |
Definition at line 47 of file mode_read_surf_asc.F90.
subroutine MODE_READ_SURF_ASC::READ_SURFT_ASC::READ_SURFT0_ASC | ( | CHARACTER(LEN=*), intent(in) | HREC, |
INTEGER, intent(out) | KYEAR, | ||
INTEGER, intent(out) | KMONTH, | ||
INTEGER, intent(out) | KDAY, | ||
REAL, intent(out) | PTIME, | ||
INTEGER, intent(out) | KRESP, | ||
CHARACTER(LEN=100), intent(out) | HCOMMENT | ||
) |
Definition at line 761 of file mode_read_surf_asc.F90.
subroutine MODE_READ_SURF_ASC::READ_SURFT_ASC::READ_SURFT1_ASC | ( | CHARACTER(LEN=*), intent(in) | HREC, |
INTEGER, dimension(:), intent(out) | KYEAR, | ||
INTEGER, dimension(:), intent(out) | KMONTH, | ||
INTEGER, dimension(:), intent(out) | KDAY, | ||
REAL, dimension(:), intent(out) | PTIME, | ||
INTEGER, intent(out) | KRESP, | ||
CHARACTER(LEN=100), intent(out) | HCOMMENT | ||
) |
Definition at line 834 of file mode_read_surf_asc.F90.
subroutine MODE_READ_SURF_ASC::READ_SURFT_ASC::READ_SURFT2_ASC | ( | CHARACTER(LEN=*), intent(in) | HREC, |
INTEGER, dimension(:,:), intent(out) | KYEAR, | ||
INTEGER, dimension(:,:), intent(out) | KMONTH, | ||
INTEGER, dimension(:,:), intent(out) | KDAY, | ||
REAL, dimension(:,:), intent(out) | PTIME, | ||
INTEGER, intent(out) | KRESP, | ||
CHARACTER(LEN=100), intent(out) | HCOMMENT | ||
) |
Definition at line 904 of file mode_read_surf_asc.F90.