MPAS-JEDI
mpas::ErrorCovarianceMPAS Class Reference

Background error covariance matrix for LFRic. More...

#include <ErrorCovarianceMPAS.h>

Inheritance diagram for mpas::ErrorCovarianceMPAS:
Collaboration diagram for mpas::ErrorCovarianceMPAS:

Public Member Functions

 ErrorCovarianceMPAS (const GeometryMPAS &, const oops::Variables &, const eckit::Configuration &, const StateMPAS &, const StateMPAS &)
 
 ~ErrorCovarianceMPAS ()
 
void linearize (const StateMPAS &, const GeometryMPAS &)
 
void multiply (const IncrementMPAS &, IncrementMPAS &) const
 
void inverseMultiply (const IncrementMPAS &, IncrementMPAS &) const
 
void randomize (IncrementMPAS &) const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

F90bmat keyErrCov_
 
std::unique_ptr< const GeometryMPASgeom_
 
util::DateTime time_
 

Detailed Description

Background error covariance matrix for LFRic.

Definition at line 37 of file ErrorCovarianceMPAS.h.

Constructor & Destructor Documentation

◆ ErrorCovarianceMPAS()

mpas::ErrorCovarianceMPAS::ErrorCovarianceMPAS ( const GeometryMPAS resol,
const oops::Variables &  ,
const eckit::Configuration &  config,
const StateMPAS ,
const StateMPAS  
)

Definition at line 23 of file ErrorCovarianceMPAS.cc.

Here is the call graph for this function:

◆ ~ErrorCovarianceMPAS()

mpas::ErrorCovarianceMPAS::~ErrorCovarianceMPAS ( )

Definition at line 35 of file ErrorCovarianceMPAS.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string mpas::ErrorCovarianceMPAS::classname ( )
inlinestatic

Definition at line 41 of file ErrorCovarianceMPAS.h.

◆ inverseMultiply()

void mpas::ErrorCovarianceMPAS::inverseMultiply ( const IncrementMPAS dxin,
IncrementMPAS dxout 
) const

Definition at line 57 of file ErrorCovarianceMPAS.cc.

Here is the call graph for this function:

◆ linearize()

void mpas::ErrorCovarianceMPAS::linearize ( const StateMPAS ,
const GeometryMPAS resol 
)

Definition at line 42 of file ErrorCovarianceMPAS.cc.

◆ multiply()

void mpas::ErrorCovarianceMPAS::multiply ( const IncrementMPAS dxin,
IncrementMPAS dxout 
) const

Definition at line 49 of file ErrorCovarianceMPAS.cc.

Here is the call graph for this function:

◆ print()

void mpas::ErrorCovarianceMPAS::print ( std::ostream &  os) const
private

Definition at line 71 of file ErrorCovarianceMPAS.cc.

◆ randomize()

void mpas::ErrorCovarianceMPAS::randomize ( IncrementMPAS dx) const

Definition at line 65 of file ErrorCovarianceMPAS.cc.

Here is the call graph for this function:

Member Data Documentation

◆ geom_

std::unique_ptr<const GeometryMPAS> mpas::ErrorCovarianceMPAS::geom_
private

Definition at line 56 of file ErrorCovarianceMPAS.h.

◆ keyErrCov_

F90bmat mpas::ErrorCovarianceMPAS::keyErrCov_
private

Definition at line 55 of file ErrorCovarianceMPAS.h.

◆ time_

util::DateTime mpas::ErrorCovarianceMPAS::time_
private

Definition at line 57 of file ErrorCovarianceMPAS.h.


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