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/ModelBias.h"
#include "lorenz95/ModelBiasCorrection.h"
#include "lorenz95/Resolution.h"
#include "test/TestFixture.h"
Go to the source code of this file.
Classes | |
class | test::ModBiasTestFixture |
Namespaces | |
test | |
Functions | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_constructor_config) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_constructor_no_config) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_copy_ctor_active_copy) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_copy_ctor_active_no_copy) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_copy_ctor_inactive_copy) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_copy_ctor_inactive_no_copy) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_copy_ctor_config_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_copy_ctor_config_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_diff_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_diff_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_zero) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_assignment_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_assignment_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_assignment_add_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_assignment_add_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_assignment_subtract_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_assignment_subtract_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_assignment_multiply_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_assignment_multiply_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_axpy_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_axpy_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_dot_product_with_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_dot_product_with_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_read) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_write) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_stream_output) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCorrection_bias) | |