Former-commit-id:4bfbdad17d
[formerly9f8cb727a5
] [formerly4bfbdad17d
[formerly9f8cb727a5
] [formerly8485b90ff8
[formerly bf53d06834caa780226121334ac1bcf0534c3f16]]] Former-commit-id:8485b90ff8
Former-commit-id:33a67cdd82
[formerlya28d70b5c5
] Former-commit-id:e5543a0e86
29 lines
1 KiB
C
29 lines
1 KiB
C
/* SOUNDING DECODER ROUTINES */
|
|
|
|
short decode_sounding ( char *filename );
|
|
short read_ttaa (char *filename);
|
|
short read_ttbb (char *filename);
|
|
short read_ppbb (char *filename);
|
|
short decode_ttaa ( void );
|
|
short decode_ttbb ( void );
|
|
short decode_ppbb ( void );
|
|
void lvl_man ( short ptr, short *incx, float *lvl, float *hght,
|
|
float *temp, float *dwpt, float *wdir, float *wspd);
|
|
void lvl_sig ( short i, float *lvl, float *hght, float *temp,
|
|
float *dwpt, float *wdir, float *wspd);
|
|
void lvl_wnd ( short i, float *lvl, float *hght, float *temp,
|
|
float *dwpt, float *wdir, float *wspd);
|
|
float i_h ( float pres );
|
|
float i_p ( float hght );
|
|
void uasort ( void );
|
|
float find_temp ( float lvl );
|
|
float find_dwpt ( float lvl );
|
|
float find_wdir ( float lvl );
|
|
float find_wspd ( float lvl );
|
|
void remove_lvl ( float lvl );
|
|
void swap_arrays ( float nsndg[LLMXLV][7] );
|
|
void write_file ( void );
|
|
float get_sfc_elev ( long id );
|
|
void get_title ( char *finam );
|
|
char *get_stn_name ( char *stn );
|
|
void kainfritsch ( float *kain[LLMXLV][6] );
|