#include <mfhdf.h>
#include "ancil.h"
#include <time.h>
#include <limits.h>
#include <unistd.h>
#include "ancnrt_proto.h"
#include <timeutils.h>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
void | shift_180 (float *in, int npix, int nlin, float fact, float *out) |
|
int8 | check_usage (int argc, char *argv[], int *anctyp, int *n_opt_arg, char *source_name, int *grib_mode, char *grib2_t_str) |
|
◆ ANC_MET
#define ANC_MET 0 /* for ancillary data type (anctyp) say this is met data */ |
◆ ANC_METOZ
#define ANC_METOZ 2 /* combined met and ozone from NCEP */ |
◆ ANC_METOZ2
#define ANC_METOZ2 3 /* for test 2 extra parms of RH at 1000, RH at 10 m */ |
◆ ANC_OZONE
#define ANC_OZONE 1 /* say this is ozone data */ |
◆ GRIB_MODE_1
#define GRIB_MODE_1 1 /* the GRIB modes, GRIB 1 old, GRIB 2 post jan 08 */ |
◆ GRIB_MODE_2
◆ OZLATSZ
#define OZLATSZ 180 /* fixed TOVS output # lines to cvt to */ |
◆ OZLONSZ
#define OZLONSZ 288 /* fixed TOVS output made to this size */ |
◆ VGROUPNAME
#define VGROUPNAME "Geophysical Data" |
◆ WPH_DFT_LATSZ
#define WPH_DFT_LATSZ 181 /* latitude of GRIB files */ |
◆ WPH_DFT_LONSZ
#define WPH_DFT_LONSZ 360 /* long of MODIFIED GRIB files */ |
◆ check_usage()
int8 check_usage |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
int * |
anctyp, |
|
|
int * |
n_opt_arg, |
|
|
char * |
source_name, |
|
|
int * |
grib_mode, |
|
|
char * |
grib2_t_str |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ shift_180()
void shift_180 |
( |
float * |
in, |
|
|
int |
npix, |
|
|
int |
nlin, |
|
|
float |
fact, |
|
|
float * |
out |
|
) |
| |