00001 #include <sys/types.h>
00002 #include <time.h>
00003 #include <stdio.h>
00004
00005
00006
00007 typedef struct {
00008 int BHI[20][50];
00009 float BHR[20][20];
00010 char BHIC[20][50][80];
00011 char BHRC[20][20][80];
00012 } t_mm5v3_big_header;
00013
00014 typedef struct {
00015 int ndim;
00016 int start_index[4];
00017 int end_index[4];
00018 float xtime;
00019 char staggering[4];
00020 char ordering[4];
00021 char current_date[24];
00022 char name[8];
00023 char unit[25];
00024 char description[46];
00025 } t_mm5v3_sub_header;
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056