OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
o3_toms.c File Reference
#include <mfhdf.h>
#include "ancil.h"
#include <time.h>
#include <unistd.h>
#include "ancnrt_proto.h"
#include "o3_toms.h"
#include "h5io.h"
Include dependency graph for o3_toms.c:

Go to the source code of this file.

Macros

#define VGROUPNAME   "Geophysical Data"
 
#define EARLIERVAL   10 /* QC grid value for EPTOMS pts filled from prev day */
 
#define NEARESTVAL
 

Functions

int main (int argc, char *argv[])
 
int rd_oz_grid (char *infile, toms_txt_info_struc *toms_info)
 
int8 check_usage (int argc, char *argv[])
 

Macro Definition Documentation

◆ EARLIERVAL

#define EARLIERVAL   10 /* QC grid value for EPTOMS pts filled from prev day */

Definition at line 39 of file o3_toms.c.

◆ NEARESTVAL

#define NEARESTVAL
Value:
11 /* QC grid value for EPTOMS pts filled from nearest
(file 1 or 2) non-zero point */

Definition at line 40 of file o3_toms.c.

◆ VGROUPNAME

#define VGROUPNAME   "Geophysical Data"

Definition at line 38 of file o3_toms.c.

Function Documentation

◆ check_usage()

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

Definition at line 592 of file o3_toms.c.

◆ main()

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

Definition at line 42 of file o3_toms.c.

◆ rd_oz_grid()

int rd_oz_grid ( char *  infile,
toms_txt_info_struc *  toms_info 
)

Definition at line 437 of file o3_toms.c.