OOPS
TestPseudoModelState4D.cc
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2021- UCAR.
3
*
4
* This software is licensed under the terms of the Apache Licence Version 2.0
5
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6
*/
7
8
#include "
lorenz95/L95Traits.h
"
9
#include "
oops/generic/instantiateModelFactory.h
"
10
#include "
oops/runs/Run.h
"
11
#include "
test/generic/PseudoModelState4D.h
"
12
13
int
main
(
int
argc,
char
** argv) {
14
oops::Run
run(argc, argv);
15
oops::instantiateModelFactory<lorenz95::L95Traits>();
16
test::PseudoModelState4D<lorenz95::L95Traits>
tests;
17
return
run.
execute
(tests);
18
}
19
L95Traits.h
Run.h
main
int main(int argc, char **argv)
Definition:
TestPseudoModelState4D.cc:13
oops::Run
Run encapsulates one OOPS run.
Definition:
Run.h:29
oops::Run::execute
int execute(const Application &)
Definition:
Run.cc:116
test::PseudoModelState4D
Definition:
test/generic/PseudoModelState4D.h:86
instantiateModelFactory.h
PseudoModelState4D.h
mpas-bundle
oops
l95
test
executables
TestPseudoModelState4D.cc
Generated on Wed Sep 8 2021 17:07:19 for OOPS by
1.9.1