SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
subroutine | igrib_set_int (KHANDLE, CDKEY, KVAL, KRET) |
subroutine | igrib_set_real4 (KHANDLE, CDKEY, PVAL, KRET) |
subroutine | igrib_set_real8 (KHANDLE, CDKEY, PVAL, KRET) |
subroutine | igrib_set_char (KHANDLE, CDKEY, CDVAL, KRET) |
subroutine | igrib_set_int_array (KHANDLE, CDKEY, KVAL, KRET) |
subroutine | igrib_set_real4_array (KHANDLE, CDKEY, PVAL, KRET) |
subroutine | igrib_set_real8_array (KHANDLE, CDKEY, PVAL, KRET) |
subroutine | igrib_set_int8 (KHANDLE, CDKEY, KVAL, KRET) |
subroutine | igrib_set_int8_array (KHANDLE, CDKEY, KVAL, KRET) |
Definition at line 36 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_char | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
character(len=*), intent(in) | CDVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 377 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_int | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
integer(kind=jpim), intent(in) | KVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 296 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_int8 | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
integer(kind=jpib), intent(in) | KVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 267 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_int8_array | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
integer(kind=jpib), dimension(:), intent(in) | KVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 406 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_int_array | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
integer(kind=jpim), dimension(:), intent(in) | KVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 438 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_real4 | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
real(kind=jprm), intent(in) | PVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 325 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_real4_array | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
real(kind=jprm), dimension(:), intent(in) | PVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 470 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_real8 | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
real(kind=jprd), intent(in) | PVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 349 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_set_value::igrib_set_real8_array | ( | integer(kind=jpim), intent(in) | KHANDLE, |
character(len=*), intent(in) | CDKEY, | ||
real(kind=jprd), dimension(:), intent(in) | PVAL, | ||
integer(kind=jpim), intent(out), optional | KRET | ||
) |
Definition at line 494 of file grib_api_interface.F90.