|
wrfout
0.0-0.dev0.dirty.el6
|
WRFOUT Ingest Main Functions. More...
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. | |
WRFOUT Ingest Main Functions.
Definition in file wrfout_ingest.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main WRFOUT Ingest entry function.
| argc | number of command line arguments |
| argv | command line arguments |
| 0 | successful |
| 1 | failure |
Definition at line 273 of file wrfout_ingest.c.