mirror of https://github.com/ecmwf/eccodes.git
Examples: Add disclaimer
This commit is contained in:
parent
d291c25cd6
commit
53e6ba418a
|
@ -11,7 +11,11 @@
|
|||
!
|
||||
! Description: how to read data for a tropical cyclone BUFR message.
|
||||
!
|
||||
|
||||
! Please note that tropical cyclone tracks can be encoded in various ways in BUFR.
|
||||
! Therefore the code below might not work directly for other types of messages
|
||||
! than the one used in the example. It is advised to use bufr_dump to
|
||||
! understand the structure of the messages.
|
||||
!
|
||||
program bufr_read_tropical_cyclone
|
||||
use eccodes
|
||||
implicit none
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#
|
||||
# Description: how to read values of different type of keys from BUFR messages.
|
||||
#
|
||||
#
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
# Python implementation: bufr_keys_iterator
|
||||
#
|
||||
# Description: Example on how to use keys_iterator functions and the
|
||||
# codes_bufr_keys_iterator structure to get all the available
|
||||
# keys in a BUFR message.
|
||||
# codes_bufr_keys_iterator structure to get all the available
|
||||
# keys in a BUFR message.
|
||||
|
||||
|
||||
from __future__ import print_function
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
#
|
||||
# Description: how to read data of the ECMWF EPS tropical cyclone tracks encoded in BUFR format.
|
||||
#
|
||||
# Please note that tropical cyclone tracks can be encoded in various ways in BUFR.
|
||||
# Therefore the code below might not work directly for other types of messages
|
||||
# than the one used in the example. It is advised to use bufr_dump to
|
||||
# understand the structure of the messages.
|
||||
#
|
||||
|
||||
from __future__ import print_function
|
||||
import traceback
|
||||
|
|
Loading…
Reference in New Issue