awips2/ncep/gov.noaa.nws.ncep.ui.nsharp/AwcNsharp/vertprof.h
Steve Harris b13cbb7e00 12.5.1-15 baseline
Former-commit-id: 4909e0dd166e43c22a34d96aa744f51db8a7d6c0
2012-06-08 13:39:48 -05:00

24 lines
952 B
C

#include "winline.h"
#ifndef VERT_PROF
void InitSaveVertProfBg(Widget pv_vertprof);
float ARCCOSSINE (float x);
void GetWindProfAtCurs(int istart,int jstart, int nsta,
float staxywrk[][200], unsigned levels[], float actva[][39], int wnddirs[],
int wndspds[], int wndhts[], int *wndcnt, int slashcount,
int MinSearchRadius, float clng, float clat);
void InitProfWindow(Widget pv_vertprof);
void DrawPVVertWinds(int wndcnt,int wnddirs[], int wndspds[], int wndhts[],
Widget pv_vertprof);
void DrawPVHodograph(int wndcnt, int wnddirs[], int wndspds[], int wndhts[],
Widget pv_hodo);
void calcsfc_6kmshear(int dirupr,int spdupr,int dirlwr,int spdlwr, float *shear);
void setmaxwindinhodo(float pvsndg[][3][200], unsigned levels[], int pvnstns, int nlvls);
#define HODO_WDTH 175
#define HODO_HGHT 250
#define VP_WDTH 175
/* #define VP_HGHT 575 */
#define VP_HGHT 525
/* #define MAXWND 50.0 */
#define VERT_PROF
/* #define PI 3.14159 */
#endif