2013-04-16 15:22:10 +00:00
|
|
|
public :: grib_get, grib_set, grib_set_force, grib_get_data, grib_is_missing, grib_is_defined
|
2013-03-25 12:04:10 +00:00
|
|
|
public :: grib_open_file, grib_close_file,grib_read_bytes,grib_write_bytes
|
|
|
|
public :: grib_multi_support_on, grib_multi_support_off
|
|
|
|
public :: grib_keys_iterator_new, &
|
|
|
|
grib_keys_iterator_next, &
|
|
|
|
grib_keys_iterator_delete
|
|
|
|
public :: grib_skip_computed, &
|
|
|
|
grib_skip_coded, &
|
|
|
|
grib_skip_duplicates, &
|
|
|
|
grib_skip_read_only
|
|
|
|
public :: grib_keys_iterator_get_name, &
|
|
|
|
grib_keys_iterator_rewind
|
2014-03-21 16:25:30 +00:00
|
|
|
public :: grib_new_from_message, &
|
2013-03-25 12:04:10 +00:00
|
|
|
grib_new_from_samples, grib_new_from_file, &
|
2016-10-19 16:29:45 +00:00
|
|
|
grib_read_from_file,grib_headers_only_new_from_file
|
2013-03-25 12:04:10 +00:00
|
|
|
public :: grib_release
|
|
|
|
public :: grib_dump
|
|
|
|
public :: grib_get_error_string
|
2023-05-04 21:19:47 +00:00
|
|
|
public :: grib_get_native_type
|
2013-03-25 12:04:10 +00:00
|
|
|
public :: grib_get_size
|
|
|
|
public :: grib_get_message_size, grib_copy_message
|
|
|
|
public :: grib_write, grib_multi_append
|
|
|
|
public :: grib_check
|
|
|
|
public :: grib_clone, grib_copy_namespace
|
|
|
|
public :: grib_index_get,grib_index_select,&
|
|
|
|
grib_index_create,grib_index_get_size,grib_index_release,&
|
2016-10-19 16:29:45 +00:00
|
|
|
grib_util_sections_copy
|