wrfout  0.0-0.dev0.dirty.el6
 All Data Structures Files Functions Variables Typedefs Enumerations Groups
wrfout_ingest.c File Reference

WRFOUT Ingest Main Functions. More...

#include "wrfout_ingest.h"
#include "../config.h"

Go to the source code of this file.

Functions

void * wrfout_init_process (void)
 Initialize the WRFOUT process.
void wrfout_finish_process (void *user_data)
 Finish the WRFOUT process.
int wrfout_process_file (void *user_data, const char *input_dir, const char *file_name)
 Process a raw WRFOUT data file.
int main (int argc, char **argv)
 Main WRFOUT Ingest entry function.

Detailed Description

WRFOUT Ingest Main Functions.

Definition in file wrfout_ingest.c.


Function Documentation

int main ( int  argc,
char **  argv 
)

Main WRFOUT Ingest entry function.

Parameters:
argcnumber of command line arguments
argvcommand line arguments
Return values:
0successful
1failure

Definition at line 273 of file wrfout_ingest.c.