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...
 
double rs [3 *NP+1]
 Random numbers. More...
 
double dt [NP]
 Timesteps [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 3175 of file mptrac.h.

Field Documentation

◆ iso_var

double cache_t::iso_var[NP]

Isosurface variables.

Definition at line 3178 of file mptrac.h.

◆ iso_ps

double cache_t::iso_ps[NP]

Isosurface balloon pressure [hPa].

Definition at line 3181 of file mptrac.h.

◆ iso_ts

double cache_t::iso_ts[NP]

Isosurface balloon time [s].

Definition at line 3184 of file mptrac.h.

◆ iso_n

int cache_t::iso_n

Isosurface balloon number of data points.

Definition at line 3187 of file mptrac.h.

◆ uvwp

float cache_t::uvwp[NP][3]

Wind perturbations [m/s].

Definition at line 3190 of file mptrac.h.

◆ rs

double cache_t::rs[3 *NP+1]

Random numbers.

Definition at line 3193 of file mptrac.h.

◆ dt

double cache_t::dt[NP]

Timesteps [s].

Definition at line 3196 of file mptrac.h.


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