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

Go to the source code of this file.

Functions

void get_elev (float, float, float *, float *)
 
void get_frzlvl_data (int ii)
 

Variables

int maxi
 
int maxj
 
float latitude [50][50]
 
float longitude [50][50]
 
float frzlvl [50][50]
 
float top [50][50]
 

Function Documentation

◆ get_elev()

void get_elev ( float  lat,
float  lon,
float *  felev,
float *  temp 
)

Definition at line 224 of file get_frzlvl_data.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_frzlvl_data()

void get_frzlvl_data ( int  ii)

Definition at line 8 of file get_frzlvl_data.c.

Here is the call graph for this function:

Variable Documentation

◆ frzlvl

float frzlvl[50][50]

Definition at line 4 of file get_frzlvl_data.c.

◆ latitude

float latitude[50][50]

Definition at line 4 of file get_frzlvl_data.c.

◆ longitude

float longitude[50][50]

Definition at line 4 of file get_frzlvl_data.c.

◆ maxi

int maxi

Definition at line 3 of file get_frzlvl_data.c.

◆ maxj

int maxj

Definition at line 3 of file get_frzlvl_data.c.

◆ top

float top[50][50]

Definition at line 4 of file get_frzlvl_data.c.