|
Daily_QC
|
#include "prototypes_new.h"
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] |
| int get_bad_values | ( | int | iday, |
| int | iquart | ||
| ) |
| int is_bad | ( | int | iday, |
| int | iquart, | ||
| char * | hb5, | ||
| char * | parm | ||
| ) |
| void post_bad_values | ( | int | iday | ) |
| void purge_bad_values | ( | int | iday | ) |
Definition at line 49 of file bad_values.c.
| void read_bad_values | ( | char * | fname, |
| int | m | ||
| ) |
| void restore_bad_values | ( | int | iday | ) |
Definition at line 242 of file bad_values.c.


| void update_bad_values | ( | int | iday | ) |
| void write_bad_values | ( | char * | fname, |
| int | iday | ||
| ) |
Definition at line 141 of file bad_values.c.


|
extern |
|
extern |
Definition at line 78 of file bad_values.c.
|
extern |
Definition at line 199 of file daily_qc.c.
Definition at line 166 of file daily_qc.c.
Definition at line 193 of file daily_qc.c.