FV3 Bundle
|
#include <iostream>
#include <boost/scoped_ptr.hpp>
#include <boost/test/unit_test.hpp>
#include "./TestConfig.h"
#include "eckit/config/LocalConfiguration.h"
#include "lorenz95/ModelBiasCorrection.h"
#include "lorenz95/ModelBiasCovariance.h"
#include "lorenz95/Resolution.h"
#include "test/TestFixture.h"
Go to the source code of this file.
Classes | |
class | test::ModBiasCovTestFixture |
Namespaces | |
test | |
Functions | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCovariance_constructor_conf) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCovariance_constructor_no_conf) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCovariance_linearize) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCovariance_multiply_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCovariance_multiply_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCovariance_invMult_active) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCovariance_invMult_inactive) | |
test::BOOST_AUTO_TEST_CASE (test_modelBiasCovariance_active) | |