Go to the documentation of this file.
33 #define MSECHOUR 3600000
41 #define SPATIAL_TEMPORAL 112
43 #define GEOMETRY_VDATA "Equal-Angle SDS"
45 #define WIND_U_LABEL "Zonal Wind"
46 #define WIND_V_LABEL "Meridional Wind"
47 #define PRESSURE_LABEL "Atmospheric Pressure"
48 #define HUMIDITY_LABEL "Relative Humidity"
49 #define OZONE_LABEL "Total Ozone"
51 #define CLIM_DATA "Average"
53 #define QC_LABEL "QC flag"
54 #define PARM_LABEL "Observations"
56 #define SYEAR "Start Year"
57 #define SDAY "Start Day"
58 #define SMSEC "Start Millisec"
59 #define EYEAR "End Year"
60 #define EDAY "End Day"
61 #define EMSEC "End Millisec"
63 #define VSIZE "Latitude Step"
64 #define HSIZE "Longitude Step"
65 #define MAXNORTH "Northernmost Latitude"
66 #define MAXSOUTH "Southernmost Latitude"
67 #define MAXWEST "Westernmost Longitude"
68 #define MAXEAST "Easternmost Longitude"
69 #define SWPT_LAT "SW Point Latitude"
70 #define SWPT_LON "SW Point Longitude"
76 static const char *
const data_sdsnames[
NPARMS] = {
85 static const char *
const QC_sdsnames[
NPARMS] = {
94 static const char *
const clim_vgps[12] = {
109 static const char *
const clim_datasets[
NPARMS] = {
135 void dataintp_(
float* in_latlon,
float* lat_list,
float* lon_list,
136 float* data_list1,
double* DT1,
float* data_list2,
double* DT2,
137 int32_t* ipt, int32_t*
nband,
float(*) [2],
float* def,
138 int32_t* intporder,
float* dummy,
float* dataout,
float* unc,
139 int32_t* int_bad, int32_t* row, int32_t* col);
142 int dataintp(
float in_latlon[2],
float* lat_list,
float* lon_list,
143 float* data_list1,
double* DT1,
float* data_list2,
double* DT2,
144 int32_t* ipt, int32_t*
nband,
float rng[2],
float* def,
145 int32_t* intporder,
float* dummy,
float* dataout,
float* unc,
146 int32_t* int_bad, int32_t* row, int32_t* col);
148 void julian_(
double* dtin,
double* d_jd);
154 int32_t
rdancattr(int32_t sdfid,
char *attr_name,
void *buf);
int dataintp(float in_latlon[2], float *lat_list, float *lon_list, float *data_list1, double *DT1, float *data_list2, double *DT2, int32_t *ipt, int32_t *nband, float rng[2], float *def, int32_t *intporder, float *dummy, float *dataout, float *unc, int32_t *int_bad, int32_t *row, int32_t *col)
void julian_(double *dtin, double *d_jd)
void dataintp_(float *in_latlon, float *lat_list, float *lon_list, float *data_list1, double *DT1, float *data_list2, double *DT2, int32_t *ipt, int32_t *nband, float(*)[2], float *def, int32_t *intporder, float *dummy, float *dataout, float *unc, int32_t *int_bad, int32_t *row, int32_t *col)
int32_t rdancattr(int32_t sdfid, char *attr_name, void *buf)