MPTRAC
Data Fields
cache_t Struct Reference

Cache data structure. More...

#include <mptrac.h>

Data Fields

double iso_var [NP]
 Isosurface variables. More...
 
double iso_ps [NP]
 Isosurface balloon pressure [hPa]. More...
 
double iso_ts [NP]
 Isosurface balloon time [s]. More...
 
int iso_n
 Isosurface balloon number of data points. More...
 
float uvwp [NP][3]
 Wind perturbations [m/s]. More...
 

Detailed Description

Cache data structure.

This structure contains data related to cached isosurface variables and wind perturbations for a given set of data points.

Definition at line 3096 of file mptrac.h.

Field Documentation

◆ iso_var

double cache_t::iso_var[NP]

Isosurface variables.

Definition at line 3099 of file mptrac.h.

◆ iso_ps

double cache_t::iso_ps[NP]

Isosurface balloon pressure [hPa].

Definition at line 3102 of file mptrac.h.

◆ iso_ts

double cache_t::iso_ts[NP]

Isosurface balloon time [s].

Definition at line 3105 of file mptrac.h.

◆ iso_n

int cache_t::iso_n

Isosurface balloon number of data points.

Definition at line 3108 of file mptrac.h.

◆ uvwp

float cache_t::uvwp[NP][3]

Wind perturbations [m/s].

Definition at line 3111 of file mptrac.h.


The documentation for this struct was generated from the following file: