2016-08-25 15:48:21 +00:00
|
|
|
/*! \page examples GRIB API examples
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-03-17 13:19:09 +00:00
|
|
|
\example grib_get_keys.c grib_get_keys.c How to get values through the key names.
|
2013-03-25 12:04:10 +00:00
|
|
|
\example set.c set.c How to set values through the key names.
|
2015-03-17 15:01:07 +00:00
|
|
|
\example grib_keys_iterator.c grib_keys_iterator.c How to get the names of all the keys
|
2013-03-25 12:04:10 +00:00
|
|
|
defined in a message and how to iterate through them.
|
2015-03-17 14:21:14 +00:00
|
|
|
\example grib_iterator.c grib_iterator.c How to use an iterator on latitude, longitude, values.
|
2015-03-18 13:06:18 +00:00
|
|
|
\example grib_precision.c grib_precision.c How to control precision when coding a grib field.
|
2015-03-18 11:44:55 +00:00
|
|
|
\example grib_multi.c grib_multi.c How to decode a grib message containing many fields.
|
2015-03-18 11:57:18 +00:00
|
|
|
\example grib_multi_write.c grib_multi_write.c How to encode a grib message containing many fields.
|
2015-03-17 15:41:04 +00:00
|
|
|
\example grib_print_data.c grib_print_data.c How to print all the data from a grib message.
|
2015-03-17 15:55:36 +00:00
|
|
|
\example grib_nearest.c grib_nearest.c How to find the nearest grid points.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-03-18 13:24:48 +00:00
|
|
|
\example grib_index.f90 How access a grib file through and index.
|
2015-03-17 13:19:09 +00:00
|
|
|
\example grib_get_keys.f90 How to get values through the key names.
|
2013-03-25 12:04:10 +00:00
|
|
|
\example count_messages.f90 count the messages in a file and loop through them.
|
|
|
|
\example get_pl.f90 How to get the list of number of points for each parallel in reduced grids.
|
|
|
|
\example get_pv.f90 How to get the list of levels.
|
2016-08-25 18:08:19 +00:00
|
|
|
\example grib_get_data.f90 How to get latitude/longitude/values.
|
2013-03-25 12:04:10 +00:00
|
|
|
\example set.f90 How to set values through the key names.
|
2015-03-17 16:17:33 +00:00
|
|
|
\example grib_set_bitmap.f90 How to set and use a bitmap.
|
2016-08-25 15:48:21 +00:00
|
|
|
\example grib_set_missing.f90 How to set a missing value in the header.
|
2015-03-17 17:39:55 +00:00
|
|
|
\example grib_set_pv.f90 How to set the list of levels.
|
2016-08-25 16:06:47 +00:00
|
|
|
\example grib_samples.f90 How to create a new message from a GRIB samples file
|
2015-03-17 14:01:14 +00:00
|
|
|
\example grib_clone.f90 How to clone a message.
|
2016-08-25 15:28:20 +00:00
|
|
|
\example grib_copy_message.f90 How to copy a message in memory and create a new message.
|
2015-03-17 15:01:07 +00:00
|
|
|
\example grib_keys_iterator.f90 How to get the names of all the keys
|
2013-03-25 12:04:10 +00:00
|
|
|
defined in a message and how to iterate through them.
|
2015-03-18 13:06:18 +00:00
|
|
|
\example grib_precision.f90 How to control precision when coding a grib field.
|
2015-03-18 11:57:18 +00:00
|
|
|
\example grib_multi_write.f90 How to encode a grib message containing many fields.
|
2015-03-18 11:44:55 +00:00
|
|
|
\example grib_multi.f90 How to decode a grib message containing many fields.
|
2015-03-17 15:41:04 +00:00
|
|
|
\example grib_print_data.f90 How to print all the data contained in a grib file.
|
2015-03-17 15:55:36 +00:00
|
|
|
\example grib_nearest.f90 How to find the nearest grid points.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
\example get_fortran.F get_fortran.F How to get values through the key names.
|
|
|
|
\example set_fortran.F set_fortran.F How to set values through the key names.
|
|
|
|
\example keys_iterator_fortran.F keys_iterator_fortran.F How to get the names of all the keys
|
|
|
|
defined in a message and how to iterate through them.
|
|
|
|
\example iterator_fortran.F iterator_fortran.F How to use an iterator on latitude, longitude, values.
|
|
|
|
\example precision_fortran.F precision_fortran.F How to control precision when coding a grib field.
|
|
|
|
\example multi_fortran.F multi_fortran.F How to decode a grib message containing many fields.
|
|
|
|
\example print_data_fortran.F print_data_fortran.F How to print all the data from a grib message.
|
|
|
|
|
|
|
|
\example index.py How access a grib file through and index.
|
2015-03-17 13:19:09 +00:00
|
|
|
\example grib_get_keys.py How to get values through the key names.
|
2015-03-17 15:41:04 +00:00
|
|
|
\example grib_print_data.py How to print all the data contained in a grib file.
|
2013-03-25 12:04:10 +00:00
|
|
|
\example set.py How to set values through the key names.
|
2015-03-17 15:55:36 +00:00
|
|
|
\example grib_nearest.py How to find the nearest grid points.
|
2016-08-25 17:25:36 +00:00
|
|
|
\example grib_set_missing.py How to set a missing value in the GRIB header.
|
2013-03-25 12:04:10 +00:00
|
|
|
\example count_messages.py How to count the messages in a file and loop through them.
|
2016-08-25 17:25:36 +00:00
|
|
|
\example grib_samples.py How to create a new message from a sample.
|
2015-03-17 14:01:14 +00:00
|
|
|
\example grib_clone.py How to clone a message.
|
2015-03-17 14:21:14 +00:00
|
|
|
\example grib_iterator.py How to use an iterator on latitude, longitude, values.
|
2015-03-17 15:01:07 +00:00
|
|
|
\example grib_keys_iterator.py How to get the names of all the keys.
|
2015-03-18 11:57:18 +00:00
|
|
|
\example grib_multi_write.py How to encode a multi grib message.
|
2015-03-17 17:39:55 +00:00
|
|
|
\example grib_set_pv.py How to encode the pv coefficients.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
*/
|