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

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.

Detailed Description

WRFOUT Read Data Functions.

Definition in file wrfout_read_data.c.


Function Documentation

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.

Parameters:
ncidId of the open NetCDF file.
wrfoutpointer to the output dataset.
Return values:
1if successful
0if a fatal error occurred

Definition at line 28 of file wrfout_read_data.c.