IODA Bundle
odb2netcdf_main.cc File Reference
#include <unistd.h>
#include <iostream>
#include <string>
#include <netcdfcpp.h>
#include "odb_api/odbcapi.h"
#include "odb_api/CommandLineParser.h"
#include "odb_api/ODBModule.h"
#include "Odb2NetCDF.h"
#include "Odb2NetcdfModule.h"
Include dependency graph for odb2netcdf_main.cc:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

static const string usage = "Usage: odb2netcdf -i [odb_filename|odb_filename_prefix] [-2d] -o netcdf_filename"
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 24 of file odb2netcdf_main.cc.

Here is the call graph for this function:

Variable Documentation

◆ usage

const string usage = "Usage: odb2netcdf -i [odb_filename|odb_filename_prefix] [-2d] -o netcdf_filename"
static

Definition at line 22 of file odb2netcdf_main.cc.