OOPS
oops::InterpolatorAtlas Class Reference

Interface for Atlas interpolation. More...

#include <InterpolatorAtlas.h>

Inheritance diagram for oops::InterpolatorAtlas:
Collaboration diagram for oops::InterpolatorAtlas:

Public Member Functions

 InterpolatorAtlas (const eckit::Configuration &, const atlas::FunctionSpace &, const atlas::FunctionSpace &, const atlas::field::FieldSetImpl *=nullptr)
 
 ~InterpolatorAtlas ()
 
void apply (const atlas::Field &, atlas::Field &) override
 
void apply (const atlas::FieldSet &, atlas::FieldSet &) override
 
void apply_ad (const atlas::FieldSet &, atlas::FieldSet &) override
 
- Public Member Functions inherited from oops::InterpolatorBase
virtual ~InterpolatorBase ()
 
virtual int write (const eckit::Configuration &)
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

std::unique_ptr< atlas::Interpolation > interpolator_
 

Detailed Description

Interface for Atlas interpolation.

Definition at line 31 of file InterpolatorAtlas.h.

Constructor & Destructor Documentation

◆ InterpolatorAtlas()

oops::InterpolatorAtlas::InterpolatorAtlas ( const eckit::Configuration &  config,
const atlas::FunctionSpace &  grid1,
const atlas::FunctionSpace &  grid2,
const atlas::field::FieldSetImpl *  masks = nullptr 
)

Definition at line 32 of file InterpolatorAtlas.cc.

◆ ~InterpolatorAtlas()

oops::InterpolatorAtlas::~InterpolatorAtlas ( )
inline

Definition at line 40 of file InterpolatorAtlas.h.

Member Function Documentation

◆ apply() [1/2]

void oops::InterpolatorAtlas::apply ( const atlas::Field &  infield,
atlas::Field &  outfield 
)
overridevirtual

Implements oops::InterpolatorBase.

Definition at line 45 of file InterpolatorAtlas.cc.

◆ apply() [2/2]

void oops::InterpolatorAtlas::apply ( const atlas::FieldSet &  infields,
atlas::FieldSet &  outfields 
)
overridevirtual

Implements oops::InterpolatorBase.

Definition at line 51 of file InterpolatorAtlas.cc.

◆ apply_ad()

void oops::InterpolatorAtlas::apply_ad ( const atlas::FieldSet &  ,
atlas::FieldSet &   
)
inlineoverridevirtual

Implements oops::InterpolatorBase.

Definition at line 44 of file InterpolatorAtlas.h.

◆ classname()

static const std::string oops::InterpolatorAtlas::classname ( )
inlinestatic

Definition at line 34 of file InterpolatorAtlas.h.

◆ print()

void oops::InterpolatorAtlas::print ( std::ostream &  os) const
overrideprivatevirtual

Implements oops::InterpolatorBase.

Definition at line 71 of file InterpolatorAtlas.cc.

Member Data Documentation

◆ interpolator_

std::unique_ptr<atlas::Interpolation> oops::InterpolatorAtlas::interpolator_
private

Definition at line 50 of file InterpolatorAtlas.h.


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