#include <Format.hxx>
Public Member Functions | |
MM5SubHeader () throw () | |
Default constructor. | |
MM5SubHeader (const MM5SubHeader &) throw () | |
Copy constructor. | |
~MM5SubHeader () throw () | |
Destructor. | |
void | Init () |
Initializes sizes. | |
MM5SubHeader & | operator= (MM5SubHeader &) |
Copies a sub-header. | |
string | GetCurrentDate () |
Gives the current date. | |
Public Attributes | |
int | ndim |
Dimension of the field. | |
Array< int, 1 > | start_index |
Starting indices of the field array. | |
Array< int, 1 > | end_index |
Endiing indices of the field array. | |
float | xtime |
Integration or forecast time for the field. | |
string | staggering |
Field at dot or cross point (character C or D). | |
string | ordering |
Order of the field array dimension. | |
string | current_date |
Current date. | |
string | name |
Name of the field. | |
string | unit |
Unit of the field. | |
string | description |
Field description. |