awips2/ncep/gov.noaa.nws.ncep.ui.nsharp/nsharp_c/decoder.h
Steve Harris 33a67cdd82 12.4.1-10 baseline
Former-commit-id: 4bfbdad17d [formerly 9f8cb727a5] [formerly 8485b90ff8 [formerly bf53d06834caa780226121334ac1bcf0534c3f16]]
Former-commit-id: 8485b90ff8
Former-commit-id: a28d70b5c5
2012-05-01 18:06:13 -05:00

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] );