OOPS
oops::HofX4D< MODEL, OBS > Class Template Reference

#include <HofX4D.h>

Inheritance diagram for oops::HofX4D< MODEL, OBS >:
Collaboration diagram for oops::HofX4D< MODEL, OBS >:

Public Member Functions

 HofX4D (const eckit::mpi::Comm &comm=oops::mpi::world())
 
virtual ~HofX4D ()=default
 
int execute (const eckit::Configuration &fullConfig) const
 
- Public Member Functions inherited from oops::Application
 Application (const eckit::mpi::Comm &comm)
 
virtual ~Application ()
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef Model< MODEL > Model_
 
typedef ModelAuxControl< MODEL > ModelAux_
 
typedef ObsAuxControls< OBS > ObsAux_
 
typedef Observations< OBS > Observations_
 
typedef ObsErrors< OBS > ObsErrors_
 
typedef Observers< MODEL, OBS > Observers_
 
typedef ObsSpaces< OBS > ObsSpaces_
 
typedef State< MODEL > State_
 
typedef HofX4DParameters< MODEL, OBS > HofX4DParameters_
 
typedef ObsAuxControl< OBS >::Parameters_ ObsAuxControlParameters_
 
typedef ObsErrorParametersWrapper< OBS > ObsErrorParameters_
 
typedef ObserverParameters< OBS > ObserverParameters_
 
typedef ObsSpace< OBS >::Parameters_ ObsSpaceParameters_
 
typedef ObsTypeParameters< OBS > ObsTypeParameters_
 

Private Member Functions

std::string appname () const
 

Additional Inherited Members

- Protected Member Functions inherited from oops::Application
const eckit::mpi::Comm & getComm () const
 

Detailed Description

template<typename MODEL, typename OBS>
class oops::HofX4D< MODEL, OBS >

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"

Definition at line 122 of file HofX4D.h.

Member Typedef Documentation

◆ Geometry_

template<typename MODEL , typename OBS >
typedef Geometry<MODEL> oops::HofX4D< MODEL, OBS >::Geometry_
private

Definition at line 123 of file HofX4D.h.

◆ HofX4DParameters_

template<typename MODEL , typename OBS >
typedef HofX4DParameters<MODEL, OBS> oops::HofX4D< MODEL, OBS >::HofX4DParameters_
private

Definition at line 133 of file HofX4D.h.

◆ Model_

template<typename MODEL , typename OBS >
typedef Model<MODEL> oops::HofX4D< MODEL, OBS >::Model_
private

Definition at line 124 of file HofX4D.h.

◆ ModelAux_

template<typename MODEL , typename OBS >
typedef ModelAuxControl<MODEL> oops::HofX4D< MODEL, OBS >::ModelAux_
private

Definition at line 125 of file HofX4D.h.

◆ ObsAux_

template<typename MODEL , typename OBS >
typedef ObsAuxControls<OBS> oops::HofX4D< MODEL, OBS >::ObsAux_
private

Definition at line 126 of file HofX4D.h.

◆ ObsAuxControlParameters_

template<typename MODEL , typename OBS >
typedef ObsAuxControl<OBS>::Parameters_ oops::HofX4D< MODEL, OBS >::ObsAuxControlParameters_
private

Definition at line 134 of file HofX4D.h.

◆ ObsErrorParameters_

template<typename MODEL , typename OBS >
typedef ObsErrorParametersWrapper<OBS> oops::HofX4D< MODEL, OBS >::ObsErrorParameters_
private

Definition at line 135 of file HofX4D.h.

◆ ObsErrors_

template<typename MODEL , typename OBS >
typedef ObsErrors<OBS> oops::HofX4D< MODEL, OBS >::ObsErrors_
private

Definition at line 128 of file HofX4D.h.

◆ Observations_

template<typename MODEL , typename OBS >
typedef Observations<OBS> oops::HofX4D< MODEL, OBS >::Observations_
private

Definition at line 127 of file HofX4D.h.

◆ ObserverParameters_

template<typename MODEL , typename OBS >
typedef ObserverParameters<OBS> oops::HofX4D< MODEL, OBS >::ObserverParameters_
private

Definition at line 136 of file HofX4D.h.

◆ Observers_

template<typename MODEL , typename OBS >
typedef Observers<MODEL, OBS> oops::HofX4D< MODEL, OBS >::Observers_
private

Definition at line 129 of file HofX4D.h.

◆ ObsSpaceParameters_

template<typename MODEL , typename OBS >
typedef ObsSpace<OBS>::Parameters_ oops::HofX4D< MODEL, OBS >::ObsSpaceParameters_
private

Definition at line 137 of file HofX4D.h.

◆ ObsSpaces_

template<typename MODEL , typename OBS >
typedef ObsSpaces<OBS> oops::HofX4D< MODEL, OBS >::ObsSpaces_
private

Definition at line 130 of file HofX4D.h.

◆ ObsTypeParameters_

template<typename MODEL , typename OBS >
typedef ObsTypeParameters<OBS> oops::HofX4D< MODEL, OBS >::ObsTypeParameters_
private

Definition at line 138 of file HofX4D.h.

◆ State_

template<typename MODEL , typename OBS >
typedef State<MODEL> oops::HofX4D< MODEL, OBS >::State_
private

Definition at line 131 of file HofX4D.h.

Constructor & Destructor Documentation

◆ HofX4D()

template<typename MODEL , typename OBS >
oops::HofX4D< MODEL, OBS >::HofX4D ( const eckit::mpi::Comm &  comm = oops::mpi::world())
inlineexplicit

Definition at line 142 of file HofX4D.h.

◆ ~HofX4D()

template<typename MODEL , typename OBS >
virtual oops::HofX4D< MODEL, OBS >::~HofX4D ( )
virtualdefault

Member Function Documentation

◆ appname()

template<typename MODEL , typename OBS >
std::string oops::HofX4D< MODEL, OBS >::appname ( ) const
inlineprivatevirtual

Implements oops::Application.

Definition at line 235 of file HofX4D.h.

◆ execute()

template<typename MODEL , typename OBS >
int oops::HofX4D< MODEL, OBS >::execute ( const eckit::Configuration &  fullConfig) const
inlinevirtual

Implements oops::Application.

Definition at line 150 of file HofX4D.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: