OOPS
|
Typedefs | |
typedef oops::DiagonalMatrix< Vector3D > | Matrix3D |
Functions | |
CASE ("test_linearmodelparameterswrapper_valid_name") | |
CASE ("test_linearmodelparameterswrapper_invalid_name") | |
CASE ("test_linearmodelfactory") | |
void | test_FullGMRES_FullGMRES () |
CASE ("assimilation/FullGMRES/FullGMRES") | |
void | test_b_zero () |
void | test_a_zero () |
void | test_b_gt_a () |
void | test_b_leq_a () |
CASE ("assimilation/rotmat/b_zero") | |
CASE ("assimilation/rotmat/a_zero") | |
CASE ("assimilation/rotmat/b_gt_a") | |
CASE ("assimilation/rotmat/b_leq_a") | |
template<typename MINIMIZER > | |
void | test_SolveMatrixEquation (MINIMIZER minimizer) |
CASE ("assimilation/SolveMatrixEquation/FGMRES") | |
CASE ("assimilation/SolveMatrixEquation/GMRESR") | |
CASE ("assimilation/SolveMatrixEquation/MINRES") | |
CASE ("assimilation/SolveMatrixEquation/IPCG") | |
CASE ("assimilation/SolveMatrixEquation/PCG") | |
CASE ("assimilation/SolveMatrixEquation/PLanczos") | |
void | test_SpectralLMP (const eckit::LocalConfiguration &conf) |
void | test_Vector3D () |
CASE ("assimilation/TestVector3D/Vector3D") | |
void | test_TriDiagSolve () |
void | test_blockTriDiagSolve () |
CASE ("assimilation/TriDiagSolve/TriDiagSolve") | |
CASE ("assimilation/TriDiagSolve/blockTriDiagSolve") | |
template<typename OBS > | |
void | testDepartures () |
template<typename OBS > | |
void | testDeparturesEnsemble () |
void | test_vars_interface_f (const eckit::Configuration &, oops::Variables &) |
This is intended as a general interface for testing objects in the util namespace from Fortran. More... | |
template<typename OBS > | |
void | testConstructor () |
Tests creation and destruction of ObsErrorCovariances. More... | |
template<typename OBS > | |
void | testMultiplies () |
Tests that \(R*R^{-1}*dy = dy\) and \(R^{-1}*R*dy = dy\). More... | |
void | testDefaultCtor () |
void | testBgnEndCtor () |
void | testConfCtor () |
void | testCopyConstructor () |
void | testFortranInterface () |
double | testfunc (double lon, double lat, std::size_t jlev=1, std::size_t nlev=1) |
smooth function for testing interpolation More... | |
void | testInterpolation () |
Test C++ interface to interpolation implementations. More... | |
template<typename MODEL > | |
void | testVerticalLocEV () |
template<typename MODEL > | |
void | testErrorCovarianceZero () |
template<typename MODEL > | |
void | testErrorCovarianceInverse () |
template<typename MODEL > | |
void | testErrorCovarianceSym () |
template<typename MODEL > | |
void | testCovarianceParametersWrapperValidName () |
template<typename MODEL > | |
void | testCovarianceParametersWrapperInvalidName () |
template<typename MODEL > | |
void | testCovarianceFactoryGetMakerNames () |
template<typename MODEL > | |
void | testBasic () |
Tests of Geometry::begin/end; GeometryIterator ctor and ==/!= operators. More... | |
template<typename MODEL > | |
void | testGetSetLocal () |
Test of GeometryIterator::operator++, Increment::getLocal and Increment::setLocal. More... | |
template<typename OBS > | |
void | testUtils () |
template<typename OBS > | |
void | testRead () |
template<typename MODEL , typename OBS > | |
void | testGetValuesConstructor () |
template<typename MODEL , typename OBS > | |
void | testGetValuesMultiWindow () |
template<typename MODEL , typename OBS > | |
void | testGetValuesInterpolation () |
Interpolation test. More... | |
template<typename MODEL > | |
void | testIncrementConstructor () |
template<typename MODEL > | |
void | testIncrementCopyConstructor () |
template<typename MODEL > | |
void | testIncrementCopyBoolConstructor () |
template<typename MODEL > | |
void | testIncrementChangeResConstructor () |
template<typename MODEL > | |
void | testIncrementTriangle () |
template<typename MODEL > | |
void | testIncrementOpPlusEq () |
template<typename MODEL > | |
void | testIncrementDotProduct () |
template<typename MODEL > | |
void | testIncrementZero () |
template<typename MODEL > | |
void | testIncrementAxpy () |
template<typename MODEL > | |
void | testIncrementAccum () |
template<typename MODEL > | |
void | testIncrementSerialize () |
template<typename MODEL > | |
void | testIncrementDiff () |
template<typename MODEL > | |
void | testIncrementTime () |
template<typename MODEL > | |
void | testIncrementSchur () |
template<typename MODEL , typename OBS > | |
void | testLinearGetValuesConstructor () |
template<typename MODEL , typename OBS > | |
void | testLinearGetValuesZeroPert () |
template<typename MODEL , typename OBS > | |
void | testLinearGetValuesLinearity () |
template<typename MODEL , typename OBS > | |
void | testLinearGetValuesLinearApproximation () |
template<typename MODEL , typename OBS > | |
void | testLinearGetValuesAdjoint () |
template<typename MODEL > | |
void | testLinearModelConstructor () |
template<typename MODEL > | |
void | testLinearModelZeroLength () |
template<typename MODEL > | |
void | testLinearModelZeroPert () |
template<typename MODEL > | |
void | testLinearModelLinearity () |
template<typename MODEL > | |
void | testLinearApproximation () |
template<typename MODEL > | |
void | testLinearModelAdjoint () |
template<typename OBS > | |
void | testLinearity () |
template<typename OBS > | |
void | testAdjoint () |
template<typename OBS > | |
void | testTangentLinear () |
template<typename MODEL > | |
void | testLinearVariableChangeZero () |
template<typename MODEL > | |
void | testLinearVariableChangeAdjoint () |
template<typename MODEL > | |
void | testLinearVariableChangeInverse () |
template<typename MODEL > | |
void | testLinearVariableChangeParametersWrapperValidName () |
template<typename MODEL > | |
void | testLinearVariableChangeParametersWrapperInvalidName () |
template<typename MODEL > | |
void | testLinearVariableChangeFactoryGetMakerNames () |
template<typename MODEL > | |
void | testLocalizationZero () |
template<typename MODEL > | |
void | testLocalizationMultiply () |
template<typename OBS > | |
void | testLocalObsSpace () |
Tests that number of local observations in LocalObsSpace is the same as in reference. More... | |
template<typename OBS > | |
void | testLocalObsVector () |
template<typename MODEL > | |
void | testModelConstructor () |
template<typename MODEL > | |
void | testModelNoForecast () |
template<typename MODEL > | |
void | testModelForecast () |
template<typename MODEL > | |
void | testModelReForecast () |
template<typename MODEL > | |
void | testChangeRes () |
template<typename MODEL > | |
void | testModelAuxIncrementConstructor () |
template<typename MODEL > | |
void | testModelAuxIncrementCopyConstructor () |
template<typename MODEL > | |
void | testModelAuxIncrementChangeRes () |
template<typename MODEL > | |
void | testModelAuxIncrementTriangle () |
template<typename MODEL > | |
void | testModelAuxIncrementOpPlusEq () |
template<typename MODEL > | |
void | testModelAuxIncrementDotProduct () |
template<typename MODEL > | |
void | testModelAuxIncrementZero () |
template<typename MODEL > | |
void | testModelAuxIncrementAxpy () |
template<typename OBS > | |
void | testObsAuxIncrementConstructor () |
template<typename OBS > | |
void | testObsAuxIncrementCopyConstructor () |
template<typename OBS > | |
void | testObsAuxIncrementChangeRes () |
template<typename OBS > | |
void | testObsAuxIncrementTriangle () |
template<typename OBS > | |
void | testObsAuxIncrementOpPlusEq () |
template<typename OBS > | |
void | testObsAuxIncrementDotProduct () |
template<typename OBS > | |
void | testObsAuxIncrementZero () |
template<typename OBS > | |
void | testObsAuxIncrementAxpy () |
template<typename OBS > | |
void | testSimulateObs () |
template<typename OBS > | |
void | testNotZero () |
template<typename OBS > | |
void | testLinearAlgebra () |
template<typename OBS > | |
void | testReadWrite () |
template<typename OBS > | |
void | testPackEigen () |
template<typename MODEL > | |
void | testStateConstructors () |
template<typename MODEL > | |
void | testStateAnalyticInitialCondition () |
Interpolation test. More... | |
template<typename MODEL > | |
void | testStateZeroAndAccumul () |
Tests of zero and accumul. More... | |
template<typename MODEL > | |
void | testStateDateTime () |
validTime and updateTime tests More... | |
template<typename MODEL > | |
void | testStateReadWrite () |
Read and write tests. More... | |
template<typename MODEL > | |
void | testVariableChangeInverse () |
template<typename MODEL > | |
void | testVariableChangeParametersWrapperValidName () |
template<typename MODEL > | |
void | testVariableChangeParametersWrapperInvalidName () |
template<typename MODEL > | |
void | testVariableChangeFactoryGetMakerNames () |
CASE ("mpi/mpi/defaultCommunicators") | |
CASE ("mpi/mpi/allGathervUsingSerialize") | |
CASE ("mpi/mpi/SendReceive") | |
CASE ("mpi/mpi/gatherSerializable") | |
CASE ("mpi/mpi/gatherDouble") | |
CASE ("mpi/mpi/allGatherEigen") | |
typedef oops::DiagonalMatrix< Vector3D > test::Matrix3D |
Definition at line 27 of file test/assimilation/FullGMRES.h.
Definition at line 56 of file test/assimilation/FullGMRES.h.
test::CASE | ( | "assimilation/rotmat/a_zero" | ) |
test::CASE | ( | "assimilation/rotmat/b_gt_a" | ) |
test::CASE | ( | "assimilation/rotmat/b_leq_a" | ) |
test::CASE | ( | "assimilation/rotmat/b_zero" | ) |
test::CASE | ( | "assimilation/SolveMatrixEquation/FGMRES" | ) |
test::CASE | ( | "assimilation/SolveMatrixEquation/GMRESR" | ) |
test::CASE | ( | "assimilation/SolveMatrixEquation/IPCG" | ) |
test::CASE | ( | "assimilation/SolveMatrixEquation/MINRES" | ) |
test::CASE | ( | "assimilation/SolveMatrixEquation/PCG" | ) |
test::CASE | ( | "assimilation/SolveMatrixEquation/PLanczos" | ) |
test::CASE | ( | "assimilation/TestVector3D/Vector3D" | ) |
test::CASE | ( | "assimilation/TriDiagSolve/blockTriDiagSolve" | ) |
Definition at line 88 of file test/assimilation/TriDiagSolve.h.
test::CASE | ( | "assimilation/TriDiagSolve/TriDiagSolve" | ) |
Definition at line 84 of file test/assimilation/TriDiagSolve.h.
test::CASE | ( | "mpi/mpi/allGatherEigen" | ) |
test::CASE | ( | "mpi/mpi/allGathervUsingSerialize" | ) |
test::CASE | ( | "mpi/mpi/defaultCommunicators" | ) |
test::CASE | ( | "mpi/mpi/gatherDouble" | ) |
test::CASE | ( | "mpi/mpi/gatherSerializable" | ) |
test::CASE | ( | "mpi/mpi/SendReceive" | ) |
test::CASE | ( | "test_linearmodelfactory" | ) |
Definition at line 37 of file LinearModelFactory.cc.
test::CASE | ( | "test_linearmodelparameterswrapper_invalid_name" | ) |
test::CASE | ( | "test_linearmodelparameterswrapper_valid_name" | ) |
Definition at line 22 of file LinearModelFactory.cc.
void test::test_a_zero | ( | ) |
Definition at line 36 of file test/assimilation/rotmat.h.
void test::test_b_gt_a | ( | ) |
Definition at line 49 of file test/assimilation/rotmat.h.
void test::test_b_leq_a | ( | ) |
Definition at line 62 of file test/assimilation/rotmat.h.
void test::test_b_zero | ( | ) |
Definition at line 23 of file test/assimilation/rotmat.h.
void test::test_blockTriDiagSolve | ( | ) |
Definition at line 40 of file test/assimilation/TriDiagSolve.h.
void test::test_FullGMRES_FullGMRES | ( | ) |
Definition at line 29 of file test/assimilation/FullGMRES.h.
void test::test_SolveMatrixEquation | ( | MINIMIZER | minimizer | ) |
Definition at line 35 of file SolveMatrixEquation.h.
void test::test_SpectralLMP | ( | const eckit::LocalConfiguration & | conf | ) |
Definition at line 31 of file test/assimilation/SpectralLMP.h.
void test::test_TriDiagSolve | ( | ) |
Definition at line 26 of file test/assimilation/TriDiagSolve.h.
void test::test_vars_interface_f | ( | const eckit::Configuration & | , |
oops::Variables & | |||
) |
This is intended as a general interface for testing objects in the util namespace from Fortran.
void test::test_Vector3D | ( | ) |
Definition at line 24 of file TestVector3D.h.
void test::testAdjoint | ( | ) |
Definition at line 136 of file test/interface/LinearObsOperator.h.
void test::testBasic | ( | ) |
Tests of Geometry::begin/end; GeometryIterator ctor and ==/!= operators.
testBasic tests the following:
Definition at line 46 of file test/interface/GeometryIterator.h.
void test::testBgnEndCtor | ( | ) |
Definition at line 43 of file test/base/PostTimer.h.
void test::testChangeRes | ( | ) |
Definition at line 92 of file test/interface/ModelAuxControl.h.
void test::testConfCtor | ( | ) |
Definition at line 74 of file test/base/PostTimer.h.
void test::testConstructor | ( | ) |
Tests creation and destruction of ObsErrorCovariances.
Definition at line 32 of file test/base/ObsErrorCovariance.h.
void test::testCopyConstructor | ( | ) |
Definition at line 50 of file test/base/Variables.h.
void test::testCovarianceFactoryGetMakerNames | ( | ) |
Definition at line 199 of file test/interface/ErrorCovariance.h.
void test::testCovarianceParametersWrapperInvalidName | ( | ) |
Definition at line 187 of file test/interface/ErrorCovariance.h.
void test::testCovarianceParametersWrapperValidName | ( | ) |
Definition at line 179 of file test/interface/ErrorCovariance.h.
void test::testDefaultCtor | ( | ) |
Definition at line 26 of file test/base/PostTimer.h.
void test::testDepartures | ( | ) |
Definition at line 29 of file test/base/Departures.h.
void test::testDeparturesEnsemble | ( | ) |
Definition at line 32 of file test/base/DeparturesEnsemble.h.
void test::testErrorCovarianceInverse | ( | ) |
Definition at line 125 of file test/interface/ErrorCovariance.h.
void test::testErrorCovarianceSym | ( | ) |
Definition at line 153 of file test/interface/ErrorCovariance.h.
void test::testErrorCovarianceZero | ( | ) |
Definition at line 92 of file test/interface/ErrorCovariance.h.
void test::testFortranInterface | ( | ) |
Definition at line 66 of file test/base/Variables.h.
double test::testfunc | ( | double | lon, |
double | lat, | ||
std::size_t | jlev = 1 , |
||
std::size_t | nlev = 1 |
||
) |
smooth function for testing interpolation
Definition at line 52 of file InterpolationInterface.h.
void test::testGetSetLocal | ( | ) |
Test of GeometryIterator::operator++, Increment::getLocal and Increment::setLocal.
testGetSetLocal tests the following:
Initialize dx1 to non-zero random values, initialize dx2 to zero. Loop through gridpoints using GeometryIterator operator++, assign dx2 to dx1 gridpoint by gridpoint using get/setLocal. Check that the two increments are the same in the end.
Definition at line 76 of file test/interface/GeometryIterator.h.
void test::testGetValuesConstructor | ( | ) |
Definition at line 109 of file test/interface/GetValues.h.
void test::testGetValuesInterpolation | ( | ) |
Interpolation test.
testGetValuesInterpolation() tests the creation of an analytic state for a given model. The conceptual steps are as follows:
The interpolated state values are compared to the analytic solution for a series of locations which includes values optionally specified by the user in the "state test" section of the config file in addition to a randomly-generated list of nrandom random locations. nrandom is also specified by the user in the "state test" section of the config file, as is the (nondimensional) tolerence level (interpolation tolerance) to be used for the tests.
Relevant parameters in the **State* section of the config file include
Definition at line 185 of file test/interface/GetValues.h.
void test::testGetValuesMultiWindow | ( | ) |
Definition at line 122 of file test/interface/GetValues.h.
void test::testIncrementAccum | ( | ) |
Definition at line 260 of file test/interface/Increment.h.
void test::testIncrementAxpy | ( | ) |
Definition at line 240 of file test/interface/Increment.h.
void test::testIncrementChangeResConstructor | ( | ) |
Definition at line 138 of file test/interface/Increment.h.
void test::testIncrementConstructor | ( | ) |
Definition at line 90 of file test/interface/Increment.h.
void test::testIncrementCopyBoolConstructor | ( | ) |
Definition at line 119 of file test/interface/Increment.h.
void test::testIncrementCopyConstructor | ( | ) |
Definition at line 101 of file test/interface/Increment.h.
void test::testIncrementDiff | ( | ) |
Definition at line 346 of file test/interface/Increment.h.
void test::testIncrementDotProduct | ( | ) |
Definition at line 195 of file test/interface/Increment.h.
void test::testIncrementOpPlusEq | ( | ) |
Definition at line 177 of file test/interface/Increment.h.
void test::testIncrementSchur | ( | ) |
Definition at line 409 of file test/interface/Increment.h.
void test::testIncrementSerialize | ( | ) |
Definition at line 310 of file test/interface/Increment.h.
void test::testIncrementTime | ( | ) |
Definition at line 390 of file test/interface/Increment.h.
void test::testIncrementTriangle | ( | ) |
Definition at line 152 of file test/interface/Increment.h.
void test::testIncrementZero | ( | ) |
Definition at line 213 of file test/interface/Increment.h.
void test::testInterpolation | ( | ) |
Test C++ interface to interpolation implementations.
Now test the adjoint. But, skip this test for interpolators like atlas that have not yet implemented the adjoint
Definition at line 64 of file InterpolationInterface.h.
void test::testLinearAlgebra | ( | ) |
Definition at line 94 of file test/interface/ObsVector.h.
void test::testLinearApproximation | ( | ) |
Definition at line 258 of file test/interface/LinearModel.h.
void test::testLinearGetValuesAdjoint | ( | ) |
Definition at line 268 of file test/interface/LinearGetValues.h.
void test::testLinearGetValuesConstructor | ( | ) |
Definition at line 135 of file test/interface/LinearGetValues.h.
void test::testLinearGetValuesLinearApproximation | ( | ) |
Definition at line 206 of file test/interface/LinearGetValues.h.
void test::testLinearGetValuesLinearity | ( | ) |
Definition at line 174 of file test/interface/LinearGetValues.h.
void test::testLinearGetValuesZeroPert | ( | ) |
Definition at line 149 of file test/interface/LinearGetValues.h.
void test::testLinearity | ( | ) |
Definition at line 59 of file test/interface/LinearObsOperator.h.
void test::testLinearModelAdjoint | ( | ) |
Definition at line 317 of file test/interface/LinearModel.h.
void test::testLinearModelConstructor | ( | ) |
Definition at line 152 of file test/interface/LinearModel.h.
void test::testLinearModelLinearity | ( | ) |
Definition at line 223 of file test/interface/LinearModel.h.
void test::testLinearModelZeroLength | ( | ) |
Definition at line 161 of file test/interface/LinearModel.h.
void test::testLinearModelZeroPert | ( | ) |
Definition at line 193 of file test/interface/LinearModel.h.
void test::testLinearVariableChangeAdjoint | ( | ) |
Definition at line 132 of file test/interface/LinearVariableChange.h.
void test::testLinearVariableChangeFactoryGetMakerNames | ( | ) |
Definition at line 265 of file test/interface/LinearVariableChange.h.
void test::testLinearVariableChangeInverse | ( | ) |
Definition at line 198 of file test/interface/LinearVariableChange.h.
void test::testLinearVariableChangeParametersWrapperInvalidName | ( | ) |
Definition at line 253 of file test/interface/LinearVariableChange.h.
void test::testLinearVariableChangeParametersWrapperValidName | ( | ) |
Definition at line 243 of file test/interface/LinearVariableChange.h.
void test::testLinearVariableChangeZero | ( | ) |
Definition at line 85 of file test/interface/LinearVariableChange.h.
void test::testLocalizationMultiply | ( | ) |
Definition at line 93 of file test/interface/Localization.h.
void test::testLocalizationZero | ( | ) |
Definition at line 80 of file test/interface/Localization.h.
void test::testLocalObsSpace | ( | ) |
Tests that number of local observations in LocalObsSpace is the same as in reference.
Definition at line 30 of file LocalObsSpace.h.
void test::testLocalObsVector | ( | ) |
Tests that constructing local ObsVector from local ObsSpace by reading (ObsVector(const ObsSpace &, const std::string &) ctor), and by subsetting full ObsVector (ObsVector(const ObsSpace &, const ObsVector &) ctor) give the same results
Definition at line 69 of file LocalObsSpace.h.
void test::testModelAuxIncrementAxpy | ( | ) |
Definition at line 199 of file test/interface/ModelAuxIncrement.h.
void test::testModelAuxIncrementChangeRes | ( | ) |
Definition at line 105 of file test/interface/ModelAuxIncrement.h.
void test::testModelAuxIncrementConstructor | ( | ) |
Definition at line 76 of file test/interface/ModelAuxIncrement.h.
void test::testModelAuxIncrementCopyConstructor | ( | ) |
Definition at line 87 of file test/interface/ModelAuxIncrement.h.
void test::testModelAuxIncrementDotProduct | ( | ) |
Definition at line 166 of file test/interface/ModelAuxIncrement.h.
void test::testModelAuxIncrementOpPlusEq | ( | ) |
Definition at line 148 of file test/interface/ModelAuxIncrement.h.
void test::testModelAuxIncrementTriangle | ( | ) |
Definition at line 123 of file test/interface/ModelAuxIncrement.h.
void test::testModelAuxIncrementZero | ( | ) |
Definition at line 184 of file test/interface/ModelAuxIncrement.h.
void test::testModelConstructor | ( | ) |
Definition at line 94 of file test/interface/Model.h.
void test::testModelForecast | ( | ) |
Definition at line 125 of file test/interface/Model.h.
void test::testModelNoForecast | ( | ) |
void test::testModelReForecast | ( | ) |
Definition at line 155 of file test/interface/Model.h.
void test::testMultiplies | ( | ) |
Tests that \(R*R^{-1}*dy = dy\) and \(R^{-1}*R*dy = dy\).
Definition at line 58 of file test/base/ObsErrorCovariance.h.
void test::testNotZero | ( | ) |
Definition at line 73 of file test/interface/ObsVector.h.
void test::testObsAuxIncrementAxpy | ( | ) |
Definition at line 220 of file test/interface/ObsAuxIncrement.h.
void test::testObsAuxIncrementChangeRes | ( | ) |
Definition at line 107 of file test/interface/ObsAuxIncrement.h.
void test::testObsAuxIncrementConstructor | ( | ) |
Definition at line 71 of file test/interface/ObsAuxIncrement.h.
void test::testObsAuxIncrementCopyConstructor | ( | ) |
Definition at line 84 of file test/interface/ObsAuxIncrement.h.
void test::testObsAuxIncrementDotProduct | ( | ) |
Definition at line 181 of file test/interface/ObsAuxIncrement.h.
void test::testObsAuxIncrementOpPlusEq | ( | ) |
Definition at line 160 of file test/interface/ObsAuxIncrement.h.
void test::testObsAuxIncrementTriangle | ( | ) |
Definition at line 130 of file test/interface/ObsAuxIncrement.h.
void test::testObsAuxIncrementZero | ( | ) |
Definition at line 202 of file test/interface/ObsAuxIncrement.h.
void test::testPackEigen | ( | ) |
Definition at line 154 of file test/interface/ObsVector.h.
void test::testRead | ( | ) |
Definition at line 160 of file test/interface/GeoVaLs.h.
void test::testReadWrite | ( | ) |
Definition at line 139 of file test/interface/ObsVector.h.
void test::testSimulateObs | ( | ) |
Definition at line 55 of file test/interface/ObsOperator.h.
void test::testStateAnalyticInitialCondition | ( | ) |
Interpolation test.
testStateAnalyticInitialCondition() tests the creation of an analytic state for a given model. The conceptual steps are as follows:
Relevant parameters in the **State* section of the config file include
Definition at line 141 of file test/interface/State.h.
void test::testStateConstructors | ( | ) |
Definition at line 69 of file test/interface/State.h.
void test::testStateDateTime | ( | ) |
validTime and updateTime tests
testStateDateTime() tests the validTime and updateTime routines.
This is performed by updating the initial state time in two ways:
validTime is then used in the comparison of the two times obtained.
Definition at line 216 of file test/interface/State.h.
void test::testStateReadWrite | ( | ) |
Read and write tests.
testStateReadWrite() tests reading and writing model state files.
The tests are as follows:
Definition at line 254 of file test/interface/State.h.
void test::testStateZeroAndAccumul | ( | ) |
Tests of zero and accumul.
testStateZeroAndAccumul tests the folllowing:
Definition at line 178 of file test/interface/State.h.
void test::testTangentLinear | ( | ) |
Definition at line 215 of file test/interface/LinearObsOperator.h.
void test::testUtils | ( | ) |
Definition at line 83 of file test/interface/GeoVaLs.h.
void test::testVariableChangeFactoryGetMakerNames | ( | ) |
Definition at line 147 of file test/interface/VariableChange.h.
void test::testVariableChangeInverse | ( | ) |
Definition at line 71 of file test/interface/VariableChange.h.
void test::testVariableChangeParametersWrapperInvalidName | ( | ) |
Definition at line 135 of file test/interface/VariableChange.h.
void test::testVariableChangeParametersWrapperValidName | ( | ) |
Definition at line 125 of file test/interface/VariableChange.h.
void test::testVerticalLocEV | ( | ) |
Definition at line 41 of file test/generic/VerticalLocEV.h.