OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
o3qc.c File Reference
#include "ancil.h"
#include "l1io.h"
#include <genutils.h>
Include dependency graph for o3qc.c:

Go to the source code of this file.

Macros

#define VGROUPCLASS   "PlanetaryGrid"
 
#define BIN_METH   2
 
#define REGISTRATION   CENTER
 
#define VSIZE   1.25
 
#define HSIZE   1.00
 
#define MAX_NORTH   89.5
 
#define MAX_SOUTH   -89.5
 
#define MAX_WEST   -179.375
 
#define MAX_EAST   179.375
 
#define TOMSLATSZ   180
 
#define TOMSLONSZ   288
 
#define CLMfile   1
 

Functions

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

Macro Definition Documentation

◆ BIN_METH

#define BIN_METH   2

Definition at line 121 of file o3qc.c.

◆ CLMfile

#define CLMfile   1

Definition at line 131 of file o3qc.c.

◆ HSIZE

#define HSIZE   1.00

Definition at line 124 of file o3qc.c.

◆ MAX_EAST

#define MAX_EAST   179.375

Definition at line 128 of file o3qc.c.

◆ MAX_NORTH

#define MAX_NORTH   89.5

Definition at line 125 of file o3qc.c.

◆ MAX_SOUTH

#define MAX_SOUTH   -89.5

Definition at line 126 of file o3qc.c.

◆ MAX_WEST

#define MAX_WEST   -179.375

Definition at line 127 of file o3qc.c.

◆ REGISTRATION

#define REGISTRATION   CENTER

Definition at line 122 of file o3qc.c.

◆ TOMSLATSZ

#define TOMSLATSZ   180

Definition at line 129 of file o3qc.c.

◆ TOMSLONSZ

#define TOMSLONSZ   288

Definition at line 130 of file o3qc.c.

◆ VGROUPCLASS

#define VGROUPCLASS   "PlanetaryGrid"

Definition at line 120 of file o3qc.c.

◆ VSIZE

#define VSIZE   1.25

Definition at line 123 of file o3qc.c.

Function Documentation

◆ check_usage()

int8 check_usage ( int  argc,
char *  argv[] 
)

Definition at line 707 of file o3qc.c.

◆ main()

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

Definition at line 133 of file o3qc.c.