![]() |
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... | |
| double | rs [3 *NP+1] |
| Random numbers. More... | |
| double | dt [NP] |
| Timesteps [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 |