SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Data Types | |
interface | modi_read_surf::read_surf |
Modules | |
module | modi_read_surf |
Functions/Subroutines | |
subroutine | read_surfx0 (HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surfx1 (HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surfx2 (HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surfx3 (HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surfn0 (HPROGRAM, HREC, KFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surfn1 (HPROGRAM, HREC, KFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surfc0 (HPROGRAM, HREC, HFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surfl0 (HPROGRAM, HREC, OFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surfl1 (HPROGRAM, HREC, OFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surft0 (HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surft1 (HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT, HDIR) |
subroutine | read_surft2 (HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT, HDIR) |
subroutine read_surfc0 | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=*), intent(in) | HREC, | ||
character(len=*), intent(out) | HFIELD, | ||
integer, intent(out) | KRESP, | ||
character(len=*), intent(out), optional | HCOMMENT, | ||
character(len=1), intent(in), optional | HDIR | ||
) |
Definition at line 984 of file read_surf.F90.
subroutine read_surfl0 | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=*), intent(in) | HREC, | ||
logical, intent(out) | OFIELD, | ||
integer, intent(out) | KRESP, | ||
character(len=*), intent(out), optional | HCOMMENT, | ||
character(len=1), intent(in), optional | HDIR | ||
) |
Definition at line 1123 of file read_surf.F90.
subroutine read_surfl1 | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=*), intent(in) | HREC, | ||
logical, dimension(:), intent(out) | OFIELD, | ||
integer, intent(out) | KRESP, | ||
character(len=*), intent(out), optional | HCOMMENT, | ||
character(len=1), intent(in), optional | HDIR | ||
) |
Definition at line 1256 of file read_surf.F90.
subroutine read_surfn1 | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=*), intent(in) | HREC, | ||
integer, dimension(:), intent(out) | KFIELD, | ||
integer, intent(out) | KRESP, | ||
character(len=*), intent(out), optional | HCOMMENT, | ||
character(len=1), intent(in), optional | HDIR | ||
) |
Definition at line 870 of file read_surf.F90.
subroutine read_surfx0 | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=*), intent(in) | HREC, | ||
real, intent(out) | PFIELD, | ||
integer, intent(out) | KRESP, | ||
character(len=*), intent(out), optional | HCOMMENT, | ||
character(len=1), intent(in), optional | HDIR | ||
) |
Definition at line 227 of file read_surf.F90.
subroutine read_surfx1 | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=*), intent(in) | HREC, | ||
real, dimension(:), intent(out) | PFIELD, | ||
integer, intent(out) | KRESP, | ||
character(len=*), intent(out), optional | HCOMMENT, | ||
character(len=1), intent(in), optional | HDIR | ||
) |
Definition at line 364 of file read_surf.F90.
subroutine read_surfx2 | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=*), intent(in) | HREC, | ||
real, dimension(:,:), intent(out) | PFIELD, | ||
integer, intent(out) | KRESP, | ||
character(len=*), intent(out), optional | HCOMMENT, | ||
character(len=1), intent(in), optional | HDIR | ||
) |
Definition at line 493 of file read_surf.F90.
subroutine read_surfx3 | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=*), intent(in) | HREC, | ||
real, dimension(:,:,:), intent(out) | PFIELD, | ||
integer, intent(out) | KRESP, | ||
character(len=*), intent(out), optional | HCOMMENT, | ||
character(len=1), intent(in), optional | HDIR | ||
) |
Definition at line 623 of file read_surf.F90.