Daily_QC
Functions | Variables
bad_values.c File Reference
#include "prototypes_new.h"
Include dependency graph for bad_values.c:

Go to the source code of this file.

Functions

void read_bad_values (char *fname, int m)
 
void purge_bad_values (int iday)
 
int get_bad_values (int iday, int iquart)
 
void write_bad_values (char *fname, int iday)
 
void update_bad_values (int iday)
 
void restore_bad_values (int iday)
 
int is_bad (int iday, int iquart, char *hb5, char *parm)
 
void post_bad_values (int iday)
 

Variables

struct bad_daily_values bad_values [6000]
 
struct pdata pdata [10]
 
struct station station [3000]
 
int max_stations
 
struct bad_daily_values bad_daily_values [6000]
 

Function Documentation

◆ get_bad_values()

int get_bad_values ( int  iday,
int  iquart 
)

Definition at line 78 of file bad_values.c.

Here is the caller graph for this function:

◆ is_bad()

int is_bad ( int  iday,
int  iquart,
char *  hb5,
char *  parm 
)

Definition at line 294 of file bad_values.c.

Here is the caller graph for this function:

◆ post_bad_values()

void post_bad_values ( int  iday)

Definition at line 325 of file bad_values.c.

Here is the caller graph for this function:

◆ purge_bad_values()

void purge_bad_values ( int  iday)

Definition at line 49 of file bad_values.c.

◆ read_bad_values()

void read_bad_values ( char *  fname,
int  m 
)

Definition at line 4 of file bad_values.c.

Here is the caller graph for this function:

◆ restore_bad_values()

void restore_bad_values ( int  iday)

Definition at line 242 of file bad_values.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_bad_values()

void update_bad_values ( int  iday)

Definition at line 186 of file bad_values.c.

Here is the caller graph for this function:

◆ write_bad_values()

void write_bad_values ( char *  fname,
int  iday 
)

Definition at line 141 of file bad_values.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ bad_daily_values

struct bad_daily_values bad_daily_values[6000]
extern

◆ bad_values

Definition at line 78 of file bad_values.c.

◆ max_stations

int max_stations
extern

Definition at line 199 of file daily_qc.c.

◆ pdata

struct pdata pdata[10]
extern

Definition at line 166 of file daily_qc.c.

◆ station

struct station station[3000]
extern

Definition at line 193 of file daily_qc.c.