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

Go to the source code of this file.

Functions

void read_bad_tvalues (char *fname, int m)
 
void purge_bad_tvalues (int iday)
 
int get_bad_tvalues (int iday, int iquart)
 
void write_bad_tvalues (char *fname, int iday)
 
void update_bad_tvalues (int iday)
 
void restore_bad_tvalues (int iday)
 
int is_tbad (int iday, int iquart, char *hb5, char *parm)
 
void post_bad_tvalues (int iday)
 

Variables

struct bad_daily_values bad_tvalues [6000]
 
struct tdata tdata [10]
 
struct station tstation [1000]
 
int max_tstations
 
struct bad_daily_values bad_daily_values [6000]
 

Function Documentation

◆ get_bad_tvalues()

int get_bad_tvalues ( int  iday,
int  iquart 
)

Definition at line 78 of file bad_tvalues.c.

Here is the caller graph for this function:

◆ is_tbad()

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

Definition at line 288 of file bad_tvalues.c.

Here is the caller graph for this function:

◆ post_bad_tvalues()

void post_bad_tvalues ( int  iday)

Definition at line 319 of file bad_tvalues.c.

Here is the caller graph for this function:

◆ purge_bad_tvalues()

void purge_bad_tvalues ( int  iday)

Definition at line 49 of file bad_tvalues.c.

◆ read_bad_tvalues()

void read_bad_tvalues ( char *  fname,
int  m 
)

Definition at line 4 of file bad_tvalues.c.

Here is the caller graph for this function:

◆ restore_bad_tvalues()

void restore_bad_tvalues ( int  iday)

Definition at line 247 of file bad_tvalues.c.

Here is the caller graph for this function:

◆ update_bad_tvalues()

void update_bad_tvalues ( int  iday)

Definition at line 181 of file bad_tvalues.c.

Here is the caller graph for this function:

◆ write_bad_tvalues()

void write_bad_tvalues ( char *  fname,
int  iday 
)

Definition at line 144 of file bad_tvalues.c.

Here is the caller graph for this function:

Variable Documentation

◆ bad_daily_values

struct bad_daily_values bad_daily_values[6000]
extern

◆ bad_tvalues

struct bad_daily_values bad_tvalues
extern

Definition at line 78 of file bad_tvalues.c.

◆ max_tstations

int max_tstations
extern

Definition at line 46 of file daily_qc.c.

◆ tdata

struct tdata tdata[10]
extern

Definition at line 166 of file daily_qc.c.

◆ tstation

struct station tstation[1000]
extern

Definition at line 193 of file daily_qc.c.