MPTRAC
|
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... | |
Cache data structure.
This structure contains data related to cached isosurface variables and wind perturbations for a given set of data points.
double cache_t::iso_ps[NP] |
int cache_t::iso_n |