|
wrfout
0.0-0.dev0.dirty.el6
|
WRFOUT Read Data Functions. More...
#include "wrfout_ingest.h"Go to the source code of this file.
Functions | |
| int | wrfout_read_global_atts (int ncid, CDSGroup *wrfout) |
| Read the global attributes from a raw WRFOUT file into the output dataset. | |
| int | wrfout_read_data (UserData *data) |
| Read the data from a raw WRFOUT data file into the output dataset. | |
WRFOUT Read Data Functions.
Definition in file wrfout_read_data.c.
| int wrfout_read_global_atts | ( | int | ncid, |
| CDSGroup * | wrfout | ||
| ) |
Read the global attributes from a raw WRFOUT file into the output dataset.
If an error occurs in this function it will be appended to the log and error mail messages, and the process status will be set appropriately.
| ncid | Id of the open NetCDF file. |
| wrfout | pointer to the output dataset. |
| 1 | if successful |
| 0 | if a fatal error occurred |
Definition at line 28 of file wrfout_read_data.c.