OOPS
|
#include <HofX.h>
Public Member Functions | |
HofX (const eckit::mpi::Comm &comm=oops::mpi::world()) | |
virtual | ~HofX ()=default |
int | execute (const eckit::Configuration &fullConfig) const |
![]() | |
Application (const eckit::mpi::Comm &comm) | |
virtual | ~Application () |
Private Types | |
typedef Geometry< MODEL > | Geometry_ |
typedef Model< MODEL > | Model_ |
typedef Observations< OBS > | Observations_ |
typedef ObsErrors< OBS > | ObsErrors_ |
typedef ObsSpaces< OBS > | ObsSpaces_ |
typedef State< MODEL > | State_ |
Private Member Functions | |
std::string | appname () const |
Additional Inherited Members | |
![]() | |
const eckit::mpi::Comm & | getComm () const |
Application runs model forecast from "initial condition" for the "forecast length" and computes H(x) on the run. If "obspert" is specified in the config, the resulting H(x) is perturbed. It is saved as "hofx" by default, or as specified "hofx group name"
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlineexplicit |
|
virtualdefault |
|
inlineprivatevirtual |
Implements oops::Application.
|
inlinevirtual |
Implements oops::Application.
Definition at line 58 of file HofX.h.