SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
subroutine | igrib_get_int (KHANDLE, CDKEY, KVAL, KRET) |
subroutine | igrib_get_real4 (KHANDLE, CDKEY, PVAL, KRET) |
subroutine | igrib_get_real8 (KHANDLE, CDKEY, PVAL, KRET) |
subroutine | igrib_get_char (KHANDLE, CDKEY, CDVAL, KRET) |
subroutine | igrib_get_int_array (KHANDLE, CDKEY, KVAL, KRET) |
subroutine | igrib_get_real4_array (KHANDLE, CDKEY, PVAL, KRET) |
subroutine | igrib_get_real8_array (KHANDLE, CDKEY, PVAL, KRET) |
subroutine | igrib_get_int8 (KHANDLE, CDKEY, KVAL, KRET) |
Definition at line 30 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_get_value::igrib_get_char | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
character(len=*), intent(out) | CDVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 169 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_get_value::igrib_get_int | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
integer(kind=jpim), intent(out) | KVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 97 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_get_value::igrib_get_int8 | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
integer(kind=jpib), intent(out) | KVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 73 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_get_value::igrib_get_int_array | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
integer(kind=jpim), dimension(:), intent(out) | KVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 192 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_get_value::igrib_get_real4 | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
real(kind=jprm), intent(out) | PVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 121 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_get_value::igrib_get_real4_array | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
real(kind=jprm), dimension(:), intent(out) | PVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 217 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_get_value::igrib_get_real8 | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
real(kind=jprd), intent(out) | PVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 145 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_get_value::igrib_get_real8_array | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
real(kind=jprd), dimension(:), intent(out) | PVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 242 of file grib_api_interface.F90.