This commit is contained in:
Shahram Najm 2023-01-08 14:04:54 +00:00
parent 14696668c8
commit cb04418e93
15 changed files with 0 additions and 66 deletions

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: bufr_copy
*
*/
#include "grib_tools.h"
const char* tool_description =

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: bufr_dump
*
*/
#include "grib_tools.h"
grib_option grib_options[] = {

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: bufr_filter
*
*/
#include "grib_tools.h"
grib_option grib_options[] = {

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: bufr_get
*
*/
#include "grib_tools.h"
grib_option grib_options[] = {

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: bufr_index_build
*
*/
#include "grib_tools.h"
const char* tool_description =

View File

@ -8,10 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: bufr_ls
*
*/
#include "grib_tools.h"
grib_option grib_options[] = {

View File

@ -8,9 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: bufr_set
*/
#include "grib_tools.h"
grib_option grib_options[] = {

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: grib_copy
*
*/
#include "grib_tools.h"
const char* tool_description =

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: grib_dump
*
*/
#include "grib_tools.h"
grib_option grib_options[] = {

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: grib_index_build
*
*/
#include "grib_tools.h"
const char* tool_description = "Build an index file for a set of input GRIB files.";

View File

@ -8,10 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: grib_ls
*
*/
#include "grib_tools.h"
grib_option grib_options[] = {

View File

@ -9,8 +9,6 @@
*/
/*
* C Implementation: grib_merge
*
* Author: Enrico Fucile <enrico.fucile@ecmwf.int>
* Description:
* In Observations team we need a tool to merge the GRIB messages coming from GTS.

View File

@ -8,11 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: points
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -8,10 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: grib_options
*
*/
#include "grib_tools.h"
extern char* optarg;

View File

@ -8,10 +8,6 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* C Implementation: grib_set
*
*/
#include "grib_tools.h"
grib_option grib_options[] = {