OOPS
oops::LETKFInflationParameters Class Reference

Parameters for LETKF inflation. More...

#include <LETKFSolverParameters.h>

Inheritance diagram for oops::LETKFInflationParameters:
Collaboration diagram for oops::LETKFInflationParameters:

Public Member Functions

double rtpsInflMin () const
 
double rtpsInflMax () const
 
bool dortpp () const
 
bool dortps () const
 

Public Attributes

Parameter< double > mult {"mult", 1.0, this}
 
Parameter< double > rtpp {"rtpp", 0.0, this}
 
Parameter< double > rtps {"rtps", 0.0, this}
 

Detailed Description

Parameters for LETKF inflation.

Definition at line 17 of file LETKFSolverParameters.h.

Member Function Documentation

◆ dortpp()

bool oops::LETKFInflationParameters::dortpp ( ) const
inline

Definition at line 45 of file LETKFSolverParameters.h.

Here is the caller graph for this function:

◆ dortps()

bool oops::LETKFInflationParameters::dortps ( ) const
inline

Definition at line 46 of file LETKFSolverParameters.h.

Here is the caller graph for this function:

◆ rtpsInflMax()

double oops::LETKFInflationParameters::rtpsInflMax ( ) const
inline

Definition at line 43 of file LETKFSolverParameters.h.

Here is the caller graph for this function:

◆ rtpsInflMin()

double oops::LETKFInflationParameters::rtpsInflMin ( ) const
inline

Definition at line 42 of file LETKFSolverParameters.h.

Here is the caller graph for this function:

Member Data Documentation

◆ mult

Parameter<double> oops::LETKFInflationParameters::mult {"mult", 1.0, this}

Definition at line 22 of file LETKFSolverParameters.h.

◆ rtpp

Parameter<double> oops::LETKFInflationParameters::rtpp {"rtpp", 0.0, this}

Definition at line 31 of file LETKFSolverParameters.h.

◆ rtps

Parameter<double> oops::LETKFInflationParameters::rtps {"rtps", 0.0, this}

Definition at line 38 of file LETKFSolverParameters.h.


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