|
ocssw
V2022
|
#include "ancil.h"#include <time.h>#include <limits.h>#include <unistd.h>#include "ancnrt_proto.h"Go to the source code of this file.
Macros | |
| #define | VGROUPNAME "Geophysical Data" |
| #define | BIN_METH 2 |
| #define | REGISTRATION CENTER |
| #define | VSIZE 1.0 |
| #define | HSIZE 1.0 |
| #define | MAX_NORTH 90.0 |
| #define | MAX_SOUTH -90.0 |
| #define | MAX_WEST -180.0 |
| #define | MAX_EAST 180.0 |
| #define | WPHLATSZ 181 /* latitude of GRIB files */ |
| #define | WPHLONSZ 360 /* long of MODIFIED GRIB files */ |
| #define | WPHLATSZ_GFS 361 /* latitude of GRIB GFS files */ |
| #define | WPHLONSZ_GFS 720 /* long of MODIFIED GRIB GFS files */ |
| #define | NPRFL 21 |
| #define | NPRFL_HGT 26 |
| #define | GRIB_MODE_1 1 /* the GRIB modes, GRIB 1 old, GRIB 2 post jan 08 */ |
| #define | GRIB_MODE_2 2 |
| #define | VERSION "1.10" |
Functions | |
| int | main (int argc, char *argv[]) |
| int8 | check_usage (int argc, char *argv[], int *n_opt_arg, char *source_name, int *grib_mode, char *grib2_t_str) |
Macro Definition Documentation
◆ BIN_METH
| #define BIN_METH 2 |
Definition at line 101 of file ancnrt_aquarius.c.
◆ GRIB_MODE_1
| #define GRIB_MODE_1 1 /* the GRIB modes, GRIB 1 old, GRIB 2 post jan 08 */ |
Definition at line 116 of file ancnrt_aquarius.c.
◆ GRIB_MODE_2
| #define GRIB_MODE_2 2 |
Definition at line 117 of file ancnrt_aquarius.c.
◆ HSIZE
| #define HSIZE 1.0 |
Definition at line 104 of file ancnrt_aquarius.c.
◆ MAX_EAST
| #define MAX_EAST 180.0 |
Definition at line 108 of file ancnrt_aquarius.c.
◆ MAX_NORTH
| #define MAX_NORTH 90.0 |
Definition at line 105 of file ancnrt_aquarius.c.
◆ MAX_SOUTH
| #define MAX_SOUTH -90.0 |
Definition at line 106 of file ancnrt_aquarius.c.
◆ MAX_WEST
| #define MAX_WEST -180.0 |
Definition at line 107 of file ancnrt_aquarius.c.
◆ NPRFL
| #define NPRFL 21 |
Definition at line 113 of file ancnrt_aquarius.c.
◆ NPRFL_HGT
| #define NPRFL_HGT 26 |
Definition at line 114 of file ancnrt_aquarius.c.
◆ REGISTRATION
| #define REGISTRATION CENTER |
Definition at line 102 of file ancnrt_aquarius.c.
◆ VERSION
| #define VERSION "1.10" |
Definition at line 119 of file ancnrt_aquarius.c.
◆ VGROUPNAME
| #define VGROUPNAME "Geophysical Data" |
Definition at line 99 of file ancnrt_aquarius.c.
◆ VSIZE
| #define VSIZE 1.0 |
Definition at line 103 of file ancnrt_aquarius.c.
◆ WPHLATSZ
Definition at line 109 of file ancnrt_aquarius.c.
◆ WPHLATSZ_GFS
Definition at line 111 of file ancnrt_aquarius.c.
◆ WPHLONSZ
Definition at line 110 of file ancnrt_aquarius.c.
◆ WPHLONSZ_GFS
Definition at line 112 of file ancnrt_aquarius.c.
Function Documentation
◆ check_usage()
| int8 check_usage | ( | int | argc, |
| char * | argv[], | ||
| int * | n_opt_arg, | ||
| char * | source_name, | ||
| int * | grib_mode, | ||
| char * | grib2_t_str | ||
| ) |
Definition at line 925 of file ancnrt_aquarius.c.
◆ main()
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 127 of file ancnrt_aquarius.c.


