OOPS
lorenz95::StateL95 Class Reference

L95 model state. More...

#include <StateL95.h>

Inheritance diagram for lorenz95::StateL95:
Collaboration diagram for lorenz95::StateL95:

Public Member Functions

 StateL95 (const Resolution &, const oops::Variables &, const util::DateTime &)
 Constructor, destructor. More...
 
 StateL95 (const Resolution &, const eckit::Configuration &)
 
 StateL95 (const Resolution &, const StateL95 &)
 
 StateL95 (const StateL95 &)
 
virtual ~StateL95 ()
 
StateL95operator= (const StateL95 &)
 Basic operators. More...
 
StateL95operator+= (const IncrementL95 &)
 Interactions with increments. More...
 
const FieldL95getField () const
 
FieldL95getField ()
 
std::shared_ptr< const Resolutiongeometry () const
 
void read (const eckit::Configuration &)
 Utilities. More...
 
void write (const eckit::Configuration &) const
 
double norm () const
 
const util::DateTime & validTime () const
 
void updateTime (const util::Duration &dt)
 
util::DateTime & validTime ()
 
const oops::Variablesvariables () const
 
void zero ()
 For accumulator. More...
 
void accumul (const double &, const StateL95 &)
 
size_t serialSize () const
 Serialize and deserialize. More...
 
void serialize (std::vector< double > &) const
 
void deserialize (const std::vector< double > &, size_t &)
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

FieldL95 fld_
 
util::DateTime time_
 
oops::Variables vars_
 

Detailed Description

L95 model state.

A State contains everything that is needed to propagate the state forward in time.

Definition at line 52 of file StateL95.h.

Constructor & Destructor Documentation

◆ StateL95() [1/4]

lorenz95::StateL95::StateL95 ( const Resolution resol,
const oops::Variables vars,
const util::DateTime &  vt 
)

Constructor, destructor.

Definition at line 46 of file StateL95.cc.

◆ StateL95() [2/4]

lorenz95::StateL95::StateL95 ( const Resolution resol,
const eckit::Configuration &  conf 
)

Definition at line 53 of file StateL95.cc.

◆ StateL95() [3/4]

lorenz95::StateL95::StateL95 ( const Resolution resol,
const StateL95 xx 
)

Definition at line 65 of file StateL95.cc.

◆ StateL95() [4/4]

lorenz95::StateL95::StateL95 ( const StateL95 xx)

Definition at line 72 of file StateL95.cc.

◆ ~StateL95()

lorenz95::StateL95::~StateL95 ( )
virtual

Definition at line 78 of file StateL95.cc.

Member Function Documentation

◆ accumul()

void lorenz95::StateL95::accumul ( const double &  zz,
const StateL95 xx 
)

Definition at line 178 of file StateL95.cc.

Here is the call graph for this function:

◆ classname()

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

Definition at line 55 of file StateL95.h.

◆ deserialize()

void lorenz95::StateL95::deserialize ( const std::vector< double > &  vect,
size_t &  index 
)

Definition at line 199 of file StateL95.cc.

Here is the call graph for this function:

◆ geometry()

std::shared_ptr<const Resolution> lorenz95::StateL95::geometry ( ) const
inline

Definition at line 71 of file StateL95.h.

Here is the call graph for this function:

◆ getField() [1/2]

FieldL95& lorenz95::StateL95::getField ( )
inline

Definition at line 70 of file StateL95.h.

◆ getField() [2/2]

const FieldL95& lorenz95::StateL95::getField ( ) const
inline

Definition at line 69 of file StateL95.h.

Here is the caller graph for this function:

◆ norm()

double lorenz95::StateL95::norm ( ) const
inline

Definition at line 78 of file StateL95.h.

Here is the call graph for this function:

◆ operator+=()

StateL95 & lorenz95::StateL95::operator+= ( const IncrementL95 dx)

Interactions with increments.

Interactions with Increments.

Definition at line 93 of file StateL95.cc.

Here is the call graph for this function:

◆ operator=()

StateL95 & lorenz95::StateL95::operator= ( const StateL95 rhs)

Basic operators.

Definition at line 84 of file StateL95.cc.

◆ print()

void lorenz95::StateL95::print ( std::ostream &  os) const
private

Definition at line 167 of file StateL95.cc.

◆ read()

void lorenz95::StateL95::read ( const eckit::Configuration &  config)

Utilities.

Definition at line 101 of file StateL95.cc.

Here is the call graph for this function:

◆ serialize()

void lorenz95::StateL95::serialize ( std::vector< double > &  vect) const

Definition at line 191 of file StateL95.cc.

Here is the call graph for this function:

◆ serialSize()

size_t lorenz95::StateL95::serialSize ( ) const

Serialize and deserialize.

Serialize - deserialize.

Definition at line 184 of file StateL95.cc.

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

◆ updateTime()

void lorenz95::StateL95::updateTime ( const util::Duration &  dt)
inline

Definition at line 80 of file StateL95.h.

◆ validTime() [1/2]

util::DateTime& lorenz95::StateL95::validTime ( )
inline

Definition at line 81 of file StateL95.h.

◆ validTime() [2/2]

const util::DateTime& lorenz95::StateL95::validTime ( ) const
inline

Definition at line 79 of file StateL95.h.

Here is the caller graph for this function:

◆ variables()

const oops::Variables& lorenz95::StateL95::variables ( ) const
inline

Definition at line 82 of file StateL95.h.

◆ write()

void lorenz95::StateL95::write ( const eckit::Configuration &  config) const

Definition at line 125 of file StateL95.cc.

Here is the call graph for this function:

◆ zero()

void lorenz95::StateL95::zero ( )

For accumulator.

Definition at line 174 of file StateL95.cc.

Here is the call graph for this function:

Member Data Documentation

◆ fld_

FieldL95 lorenz95::StateL95::fld_
private

Definition at line 95 of file StateL95.h.

◆ time_

util::DateTime lorenz95::StateL95::time_
private

Definition at line 96 of file StateL95.h.

◆ vars_

oops::Variables lorenz95::StateL95::vars_
private

Definition at line 97 of file StateL95.h.


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