SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
subroutine | read_bufx1 (HNAME, PFIELD, KRET) |
subroutine | read_bufx0 (HNAME, PFIELD, KRET) |
subroutine | read_bufn0 (HNAME, KFIELD, KRET) |
subroutine | read_bufn1 (HNAME, KFIELD, KRET) |
subroutine | read_bufc0 (HNAME, HFIELD, KRET) |
Definition at line 8 of file read_buffer.F90.
subroutine modi_read_buffer::read_buffer::read_bufc0 | ( | character(len=*), intent(in) | HNAME, |
character(len=*), intent(out) | HFIELD, | ||
integer, intent(out) | KRET | ||
) |
Definition at line 39 of file read_buffer.F90.
subroutine modi_read_buffer::read_buffer::read_bufn0 | ( | character(len=*), intent(in) | HNAME, |
integer, intent(out) | KFIELD, | ||
integer, intent(out) | KRET | ||
) |
Definition at line 25 of file read_buffer.F90.
subroutine modi_read_buffer::read_buffer::read_bufn1 | ( | character(len=*), intent(in) | HNAME, |
integer, dimension(:), intent(out) | KFIELD, | ||
integer, intent(out) | KRET | ||
) |
Definition at line 32 of file read_buffer.F90.
subroutine modi_read_buffer::read_buffer::read_bufx0 | ( | character(len=*), intent(in) | HNAME, |
real, intent(out) | PFIELD, | ||
integer, intent(out) | KRET | ||
) |
Definition at line 18 of file read_buffer.F90.
subroutine modi_read_buffer::read_buffer::read_bufx1 | ( | character(len=*), intent(in) | HNAME, |
real, dimension(:), intent(out) | PFIELD, | ||
integer, intent(out) | KRET | ||
) |
Definition at line 11 of file read_buffer.F90.