UFO
|
#include <iomanip>
#include <memory>
#include <string>
#include <vector>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/testing/Test.h"
#include "ioda/ObsSpace.h"
#include "ioda/ObsVector.h"
#include "oops/mpi/mpi.h"
#include "oops/runs/Test.h"
#include "oops/util/Expect.h"
#include "test/TestEnvironment.h"
#include "ufo/filters/ProfileConsistencyCheckParameters.h"
#include "ufo/filters/ProfileConsistencyChecks.h"
#include "ufo/filters/Variables.h"
#include "ufo/ObsDiagnostics.h"
#include "ufo/profile/EntireSampleDataHandler.h"
#include "ufo/profile/ProfileCheckBackgroundGeopotentialHeight.h"
#include "ufo/profile/ProfileCheckBackgroundRelativeHumidity.h"
#include "ufo/profile/ProfileCheckBackgroundTemperature.h"
#include "ufo/profile/ProfileCheckBackgroundWindSpeed.h"
#include "ufo/profile/ProfileCheckBase.h"
#include "ufo/profile/ProfileCheckTime.h"
#include "ufo/profile/ProfileCheckUInterp.h"
#include "ufo/profile/ProfileDataHandler.h"
#include "ufo/profile/VariableNames.h"
#include "ufo/utils/metoffice/MetOfficeQCFlags.h"
Go to the source code of this file.
Classes | |
class | ufo::test::ProfileConsistencyChecks |
Namespaces | |
ufo | |
ufo::test | |
Macros | |
#define | ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Functions | |
void | ufo::test::testProfileConsistencyChecks (const eckit::LocalConfiguration &conf) |
#define ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Definition at line 17 of file test/ufo/ProfileConsistencyChecks.h.