OOPS
qg::GeometryQG Class Reference

GeometryQG handles geometry for QG model. More...

#include <GeometryQG.h>

Inheritance diagram for qg::GeometryQG:
Collaboration diagram for qg::GeometryQG:

Public Types

typedef GeometryQgParameters Parameters_
 

Public Member Functions

 GeometryQG (const GeometryQgParameters &, const eckit::mpi::Comm &)
 
 GeometryQG (const GeometryQG &)
 
 ~GeometryQG ()
 
const F90geomtoFortran () const
 
GeometryQGIterator begin () const
 
GeometryQGIterator end () const
 
std::vector< double > verticalCoord (std::string &) const
 
const eckit::mpi::Comm & getComm () const
 
atlas::FunctionSpace * atlasFunctionSpace () const
 
atlas::FieldSet * atlasFieldSet () const
 
std::vector< size_t > variableSizes (const oops::Variables &vars) const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

GeometryQGoperator= (const GeometryQG &)
 
void print (std::ostream &) const
 

Private Attributes

F90geom keyGeom_
 
const eckit::mpi::Comm & comm_
 
std::unique_ptr< atlas::functionspace::PointCloud > atlasFunctionSpace_
 
std::unique_ptr< atlas::FieldSet > atlasFieldSet_
 

Detailed Description

GeometryQG handles geometry for QG model.

Definition at line 57 of file GeometryQG.h.

Member Typedef Documentation

◆ Parameters_

Definition at line 60 of file GeometryQG.h.

Constructor & Destructor Documentation

◆ GeometryQG() [1/2]

qg::GeometryQG::GeometryQG ( const GeometryQgParameters params,
const eckit::mpi::Comm &  comm 
)

Definition at line 28 of file GeometryQG.cc.

Here is the call graph for this function:

◆ GeometryQG() [2/2]

qg::GeometryQG::GeometryQG ( const GeometryQG other)

Definition at line 49 of file GeometryQG.cc.

Here is the call graph for this function:

◆ ~GeometryQG()

qg::GeometryQG::~GeometryQG ( )

Definition at line 68 of file GeometryQG.cc.

Here is the call graph for this function:

Member Function Documentation

◆ atlasFieldSet()

atlas::FieldSet* qg::GeometryQG::atlasFieldSet ( ) const
inline

Definition at line 75 of file GeometryQG.h.

◆ atlasFunctionSpace()

atlas::FunctionSpace* qg::GeometryQG::atlasFunctionSpace ( ) const
inline

Definition at line 74 of file GeometryQG.h.

◆ begin()

GeometryQGIterator qg::GeometryQG::begin ( ) const

Definition at line 72 of file GeometryQG.cc.

◆ classname()

static const std::string qg::GeometryQG::classname ( )
inlinestatic

Definition at line 62 of file GeometryQG.h.

◆ end()

GeometryQGIterator qg::GeometryQG::end ( ) const

Definition at line 76 of file GeometryQG.cc.

Here is the call graph for this function:

◆ getComm()

const eckit::mpi::Comm& qg::GeometryQG::getComm ( ) const
inline

Definition at line 73 of file GeometryQG.h.

◆ operator=()

GeometryQG& qg::GeometryQG::operator= ( const GeometryQG )
private

◆ print()

void qg::GeometryQG::print ( std::ostream &  os) const
private

Definition at line 113 of file GeometryQG.cc.

Here is the call graph for this function:

◆ toFortran()

const F90geom& qg::GeometryQG::toFortran ( ) const
inline

Definition at line 68 of file GeometryQG.h.

Here is the caller graph for this function:

◆ variableSizes()

std::vector< size_t > qg::GeometryQG::variableSizes ( const oops::Variables vars) const

Definition at line 106 of file GeometryQG.cc.

Here is the call graph for this function:

◆ verticalCoord()

std::vector< double > qg::GeometryQG::verticalCoord ( std::string &  vcUnits) const

Definition at line 86 of file GeometryQG.cc.

Here is the call graph for this function:

Member Data Documentation

◆ atlasFieldSet_

std::unique_ptr<atlas::FieldSet> qg::GeometryQG::atlasFieldSet_
private

Definition at line 85 of file GeometryQG.h.

◆ atlasFunctionSpace_

std::unique_ptr<atlas::functionspace::PointCloud> qg::GeometryQG::atlasFunctionSpace_
private

Definition at line 84 of file GeometryQG.h.

◆ comm_

const eckit::mpi::Comm& qg::GeometryQG::comm_
private

Definition at line 83 of file GeometryQG.h.

◆ keyGeom_

F90geom qg::GeometryQG::keyGeom_
private

Definition at line 82 of file GeometryQG.h.


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