FV3 Bundle
fv3jediEstimateParams.cc
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2018 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 "
FV3JEDITraits.h
"
9
#include "
instantiateFV3JEDIVarChangeFactory.h
"
10
#include "
oops/runs/EstimateParams.h
"
11
#include "
RunFV3JEDI.h
"
12
13
int
main
(
int
argc,
char
** argv) {
14
fv3jedi::RunFV3JEDI
run(argc, argv);
15
fv3jedi::instantiateFV3JEDIVarChangeFactory
();
16
oops::EstimateParams<fv3jedi::FV3JEDITraits>
dir;
17
run.
execute
(dir);
18
return
0;
19
}
fv3jedi::RunFV3JEDI
RunFV3JEDI encapsulates one FV3JEDI/OOPS run.
Definition:
RunFV3JEDI.h:22
RunFV3JEDI.h
instantiateFV3JEDIVarChangeFactory.h
fv3jedi::instantiateFV3JEDIVarChangeFactory
void instantiateFV3JEDIVarChangeFactory()
Definition:
instantiateFV3JEDIVarChangeFactory.h:17
oops::EstimateParams
Definition:
EstimateParams.h:26
oops::Run::execute
void execute(const Application &)
Definition:
Run.cc:59
main
int main(int argc, char **argv)
Definition:
fv3jediEstimateParams.cc:13
FV3JEDITraits.h
EstimateParams.h
src
fv3-bundle
fv3-jedi
mains
fv3jediEstimateParams.cc
Generated on Tue Nov 6 2018 11:38:22 for FV3 Bundle by
1.8.14