25 const int U_V_FILE = 0;
26 const int Z_X_VELOCITY_FILE = 1;
27 const int Z_PROFILE_FILE = 2;
28 const int U_V_W_FILE = 3;
62 float low1, low2, low3;
63 float diff1, diff2, diff3;
73 bool hasCachedValues =
false;
80 std::vector<std::vector<std::vector<float>>> currentFieldU;
81 std::vector<std::vector<std::vector<float>>> currentFieldV;
82 std::vector<std::vector<std::vector<float>>> currentFieldW;
Definition netcdf_handler.h:19
void closeNCFile()
Close the NetCDF file and release the file handle.
int calculateDescriptorValues(float *values)
void getDomainBounds(float *bounds)
int getCurrentSpeedAt(float x, float y, float z, float *value)
void readNCFile(const char *filename)