FV3 Bundle
|
#include <fstream>
#include <iostream>
#include <boost/lexical_cast.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/test/unit_test.hpp>
#include "./TestConfig.h"
#include "eckit/config/LocalConfiguration.h"
#include "lorenz95/ObsBias.h"
#include "lorenz95/ObsBiasCorrection.h"
#include "test/TestFixture.h"
Go to the source code of this file.
Classes | |
class | test::ObsBiasTestFixture |
Namespaces | |
test | |
Functions | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_constructor_active) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_constructor_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_copy_ctor_active_copy) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_copy_ctor_active_no_copy) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_copy_ctor_inactive_copy) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_copy_ctor_inactive_no_copy) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_copy_constructor_config) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_copy_constructor_no_config) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_diff_active) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_diff_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_zero) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_assignment_active) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_assignment_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_assignment_add_active) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_assign_add_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_assignment_subtract_active) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_assignment_subtract_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_assignment_multiply_active) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_assignment_multiply_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_axpy_active) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_axpy_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_dot_product_with_active) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_dot_product_with_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_read) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_write) | |
test::BOOST_AUTO_TEST_CASE (test_obsBiasCorrection_stream_output) | |