IODA Bundle
|
#include <cmath>
#include <iostream>
#include <vector>
#include "ioda/Engines/Factory.h"
#include "ioda/Exception.h"
#include "ioda/Group.h"
Go to the source code of this file.
Functions | |
void | check_dimensions (const std::string &name, const ioda::Dimensions &dims, const std::vector< ioda::Dimensions_t > &exp_dims) |
void | check_data (const std::string &name, const std::vector< double > &data, const std::vector< double > &exp_data) |
void | check_data (const std::string &name, const std::vector< int > &data, const std::vector< int > &exp_data) |
void | build_group_structure (ioda::Group g) |
void | check_group_structure (ioda::Group g) |
int | main (int argc, char **argv) |
void build_group_structure | ( | ioda::Group | g | ) |
Definition at line 109 of file persist/test.cpp.
void check_data | ( | const std::string & | name, |
const std::vector< double > & | data, | ||
const std::vector< double > & | exp_data | ||
) |
Definition at line 49 of file persist/test.cpp.
void check_data | ( | const std::string & | name, |
const std::vector< int > & | data, | ||
const std::vector< int > & | exp_data | ||
) |
void check_dimensions | ( | const std::string & | name, |
const ioda::Dimensions & | dims, | ||
const std::vector< ioda::Dimensions_t > & | exp_dims | ||
) |
Definition at line 19 of file persist/test.cpp.
void check_group_structure | ( | ioda::Group | g | ) |
Definition at line 130 of file persist/test.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |