mirror of https://github.com/ecmwf/eccodes.git
Add examples
This commit is contained in:
parent
4297cd350d
commit
236193de00
|
@ -1,6 +1,6 @@
|
||||||
#examples
|
#examples
|
||||||
|
|
||||||
GRIB (
|
!GRIB (
|
||||||
grib_clone
|
grib_clone
|
||||||
grib_ensemble_index
|
grib_ensemble_index
|
||||||
grib_get_keys
|
grib_get_keys
|
||||||
|
@ -26,9 +26,9 @@ BUFR (
|
||||||
bufr_keys_iterator
|
bufr_keys_iterator
|
||||||
bufr_missing
|
bufr_missing
|
||||||
bufr_read_header
|
bufr_read_header
|
||||||
|
bufr_read_scatterometer
|
||||||
bufr_read_synop
|
bufr_read_synop
|
||||||
bufr_read_temp
|
bufr_read_temp
|
||||||
bufr_set_keys
|
bufr_set_keys
|
||||||
bufr_subset
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Please note that scatterometer data can be encoded in various ways in BUFR. Therefore the code
|
* Please note that scatterometer data can be encoded in various ways in BUFR. Therefore the code
|
||||||
* below might not work directly for other types of SYNOP messages than the one used in the
|
* 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.
|
* example. It is advised to use bufr_dump to understand the structure of the messages.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Please note that TEMP reports can be encoded in various ways in BUFR. Therefore the code
|
* Please note that TEMP reports can be encoded in various ways in BUFR. Therefore the code
|
||||||
* below might not work directly for other types of SYNOP messages than the one used in the
|
* below might not work directly for other types of TEMP messages than the one used in the
|
||||||
* example. It is advised to use bufr_dump to understand the structure of the messages.
|
* example. It is advised to use bufr_dump to understand the structure of the messages.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
! Description: how to read temperature significant levels from TEMP BUFR messages.
|
! Description: how to read temperature significant levels from TEMP BUFR messages.
|
||||||
!
|
!
|
||||||
! Please note that SYNOP reports can be encoded in various ways in BUFR. Therefore the code
|
! Please note that SYNOP reports can be encoded in various ways in BUFR. Therefore the code
|
||||||
! below might not work directly for other types of SYNOP messages than the one used in the
|
! below might not work directly for other types of TEMP messages than the one used in the
|
||||||
! example. It is advised to bufr_dump to understand the structure of the messages.
|
! example. It is advised to bufr_dump to understand the structure of the messages.
|
||||||
|
|
||||||
program bufr_read_temp
|
program bufr_read_temp
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please note that TEMP reports can be encoded in various ways in BUFR. Therefore the code
|
# Please note that TEMP reports can be encoded in various ways in BUFR. Therefore the code
|
||||||
# below might not work directly for other types of SYNOP messages than the one used in the
|
# below might not work directly for other types of TEMP messages than the one used in the
|
||||||
# example. It is advised to use bufr_dump to understand the structure of the messages.
|
# example. It is advised to use bufr_dump to understand the structure of the messages.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue