ocssw  1.0
Defines | Functions
/disk01/web/ocssw/build/src/ancnrt/anc_seaice.c File Reference

(r8090/r4879)

#include "ancil.h"
#include <time.h>
#include <limits.h>
#include <unistd.h>
#include "ancnrt_proto.h"

Go to the source code of this file.

Defines

#define VGROUPNAME   "Geophysical Data"
#define VSIZE   0.0833
#define HSIZE   0.0833
#define MAX_NORTH   90.0
#define MAX_SOUTH   -90.0
#define MAX_WEST   -180.0
#define MAX_EAST   180.0
#define GRIBLATSZ   2160 /* GRIB file size in lat */
#define GRIBLONSZ   4320 /* GRIB file size in lon */
#define OUTLATSZ   2160 /* output # lines */
#define OUTLONSZ   4320 /* output # pixels */
#define GRIB_MODE_1   1 /* the GRIB modes, GRIB 1 old, GRIB 2 post jan 08 */
#define GRIB_MODE_2   2

Functions

void mk_smooth_ice_map_ (char *char_ice, float *frac_ice_smoothed)
int main (int argc, char *argv[])
int8 check_usage (int argc, char *argv[], int *anctyp, int *n_opt_arg, char *source_name, int *grib_mode, char *grib2_t_str)

Define Documentation

#define GRIB_MODE_1   1 /* the GRIB modes, GRIB 1 old, GRIB 2 post jan 08 */

Definition at line 42 of file anc_seaice.c.

#define GRIB_MODE_2   2

Definition at line 43 of file anc_seaice.c.

#define GRIBLATSZ   2160 /* GRIB file size in lat */

Definition at line 38 of file anc_seaice.c.

#define GRIBLONSZ   4320 /* GRIB file size in lon */

Definition at line 39 of file anc_seaice.c.

#define HSIZE   0.0833

Definition at line 33 of file anc_seaice.c.

#define MAX_EAST   180.0

Definition at line 37 of file anc_seaice.c.

#define MAX_NORTH   90.0

Definition at line 34 of file anc_seaice.c.

#define MAX_SOUTH   -90.0

Definition at line 35 of file anc_seaice.c.

#define MAX_WEST   -180.0

Definition at line 36 of file anc_seaice.c.

#define OUTLATSZ   2160 /* output # lines */

Definition at line 40 of file anc_seaice.c.

#define OUTLONSZ   4320 /* output # pixels */

Definition at line 41 of file anc_seaice.c.

#define VGROUPNAME   "Geophysical Data"

Definition at line 30 of file anc_seaice.c.

#define VSIZE   0.0833

Definition at line 32 of file anc_seaice.c.


Function Documentation

int8 check_usage ( int  argc,
char *  argv[],
int *  anctyp,
int *  n_opt_arg,
char *  source_name,
int *  grib_mode,
char *  grib2_t_str 
)

Definition at line 432 of file anc_seaice.c.

int main ( int  argc,
char *  argv[] 
)

Definition at line 55 of file anc_seaice.c.

void mk_smooth_ice_map_ ( char *  char_ice,
float *  frac_ice_smoothed 
)