OOPS
lorenz95::GomL95 Class Reference

GomL95 class to handle locations for L95 model. More...

#include <GomL95.h>

Inheritance diagram for lorenz95::GomL95:
Collaboration diagram for lorenz95::GomL95:

Public Member Functions

 GomL95 (const LocsL95 &, const oops::Variables &, const std::vector< size_t > &)
 
 GomL95 (const eckit::Configuration &, const ObsTable &, const oops::Variables &)
 Constructor with Configuration. More...
 
void zero ()
 
void random ()
 
double rms () const
 
double normalizedrms (const GomL95 &) const
 
GomL95operator*= (const double &)
 
GomL95operator+= (const GomL95 &)
 
GomL95operator-= (const GomL95 &)
 
GomL95operator*= (const GomL95 &)
 
double dot_product_with (const GomL95 &) const
 
void read (const eckit::Configuration &)
 
void write (const eckit::Configuration &) const
 
void print (std::ostream &) const
 
size_t size () const
 
const double & operator[] (const int ii) const
 
double & operator[] (const int ii)
 

Static Public Member Functions

static const std::string classname ()
 

Private Attributes

size_t size_
 
std::vector< double > locval_
 

Detailed Description

GomL95 class to handle locations for L95 model.

Definition at line 32 of file GomL95.h.

Constructor & Destructor Documentation

◆ GomL95() [1/2]

lorenz95::GomL95::GomL95 ( const LocsL95 locs,
const oops::Variables ,
const std::vector< size_t > &   
)

Definition at line 33 of file GomL95.cc.

◆ GomL95() [2/2]

lorenz95::GomL95::GomL95 ( const eckit::Configuration &  conf,
const ObsTable ,
const oops::Variables  
)

Constructor with Configuration.

Definition at line 41 of file GomL95.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string lorenz95::GomL95::classname ( )
inlinestatic

Definition at line 35 of file GomL95.h.

◆ dot_product_with()

double lorenz95::GomL95::dot_product_with ( const GomL95 gom) const

Definition at line 92 of file GomL95.cc.

◆ normalizedrms()

double lorenz95::GomL95::normalizedrms ( const GomL95 rhs) const

Definition at line 81 of file GomL95.cc.

Here is the call graph for this function:

◆ operator*=() [1/2]

GomL95 & lorenz95::GomL95::operator*= ( const double &  zz)

Definition at line 48 of file GomL95.cc.

◆ operator*=() [2/2]

GomL95 & lorenz95::GomL95::operator*= ( const GomL95 rhs)

Definition at line 65 of file GomL95.cc.

◆ operator+=()

GomL95 & lorenz95::GomL95::operator+= ( const GomL95 rhs)

Definition at line 53 of file GomL95.cc.

◆ operator-=()

GomL95 & lorenz95::GomL95::operator-= ( const GomL95 rhs)

Definition at line 59 of file GomL95.cc.

◆ operator[]() [1/2]

double& lorenz95::GomL95::operator[] ( const int  ii)
inline

Definition at line 56 of file GomL95.h.

◆ operator[]() [2/2]

const double& lorenz95::GomL95::operator[] ( const int  ii) const
inline

Definition at line 55 of file GomL95.h.

◆ print()

void lorenz95::GomL95::print ( std::ostream &  os) const

Definition at line 134 of file GomL95.cc.

◆ random()

void lorenz95::GomL95::random ( )

Definition at line 87 of file GomL95.cc.

◆ read()

void lorenz95::GomL95::read ( const eckit::Configuration &  conf)

Definition at line 98 of file GomL95.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rms()

double lorenz95::GomL95::rms ( ) const

Definition at line 75 of file GomL95.cc.

Here is the caller graph for this function:

◆ size()

size_t lorenz95::GomL95::size ( ) const
inline

Definition at line 54 of file GomL95.h.

Here is the caller graph for this function:

◆ write()

void lorenz95::GomL95::write ( const eckit::Configuration &  conf) const

Definition at line 118 of file GomL95.cc.

◆ zero()

void lorenz95::GomL95::zero ( )

Definition at line 71 of file GomL95.cc.

Member Data Documentation

◆ locval_

std::vector<double> lorenz95::GomL95::locval_
private

Definition at line 60 of file GomL95.h.

◆ size_

size_t lorenz95::GomL95::size_
private

Definition at line 59 of file GomL95.h.


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