OOPS
interface/ModelBase.h File Reference
#include <memory>
#include <string>
#include <boost/make_unique.hpp>
#include "oops/base/State.h"
#include "oops/generic/ModelBase.h"
#include "oops/interface/Geometry.h"
#include "oops/interface/ModelAuxControl.h"
#include "oops/util/Logger.h"
Include dependency graph for interface/ModelBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oops::interface::ModelBase< MODEL >
 Base class for MODEL-specific implementations of the Model interface. interface::ModelBase overrides oops::ModelBase methods to pass MODEL-specific implementations of State and ModelAuxControl to the MODEL-specific implementation of Model. More...
 
class  oops::interface::ModelMaker< MODEL, T >
 A subclass of ModelFactory able to create instances of T (a concrete subclass of interface::ModelBase<MODEL>). Passes MODEL::Geometry to the constructor of T. More...
 

Namespaces

 oops
 The namespace for the main oops code.
 
 oops::interface