|
FV3 Bundle
|
#include <ModelAuxControl.h>
Public Member Functions | |
| ModelAuxControl (const Geometry_ &, const eckit::Configuration &) | |
| ModelAuxControl (const Geometry_ &, const ModelAuxControl &) | |
| ModelAuxControl (const ModelAuxControl &, const bool copy=true) | |
| ~ModelAuxControl () | |
| const ModelAuxControl_ & | modelauxcontrol () const |
| Interfacing. More... | |
| ModelAuxControl_ & | modelauxcontrol () |
| void | read (const eckit::Configuration &) |
| I/O and diagnostics. More... | |
| void | write (const eckit::Configuration &) const |
| double | norm () const |
Static Public Member Functions | |
| static const std::string | classname () |
Private Types | |
| typedef MODEL::ModelAuxControl | ModelAuxControl_ |
| typedef Geometry< MODEL > | Geometry_ |
Private Member Functions | |
| ModelAuxControl & | operator= (const ModelAuxControl &) |
| void | print (std::ostream &) const |
Private Attributes | |
| boost::scoped_ptr< ModelAuxControl_ > | aux_ |
Definition at line 34 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 37 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 36 of file oops/interface/ModelAuxControl.h.
| oops::ModelAuxControl< MODEL >::ModelAuxControl | ( | const Geometry_ & | resol, |
| const eckit::Configuration & | conf | ||
| ) |
Definition at line 65 of file oops/interface/ModelAuxControl.h.
| oops::ModelAuxControl< MODEL >::ModelAuxControl | ( | const Geometry_ & | resol, |
| const ModelAuxControl< MODEL > & | other | ||
| ) |
Definition at line 77 of file oops/interface/ModelAuxControl.h.
|
explicit |
Definition at line 89 of file oops/interface/ModelAuxControl.h.
| oops::ModelAuxControl< MODEL >::~ModelAuxControl | ( | ) |
Definition at line 101 of file oops/interface/ModelAuxControl.h.
|
inlinestatic |
Definition at line 40 of file oops/interface/ModelAuxControl.h.
|
inline |
Interfacing.
Definition at line 48 of file oops/interface/ModelAuxControl.h.
|
inline |
Definition at line 49 of file oops/interface/ModelAuxControl.h.
| double oops::ModelAuxControl< MODEL >::norm | ( | ) | const |
Definition at line 131 of file oops/interface/ModelAuxControl.h.
|
private |
|
private |
Definition at line 142 of file oops/interface/ModelAuxControl.h.
| void oops::ModelAuxControl< MODEL >::read | ( | const eckit::Configuration & | conf | ) |
I/O and diagnostics.
Definition at line 111 of file oops/interface/ModelAuxControl.h.
| void oops::ModelAuxControl< MODEL >::write | ( | const eckit::Configuration & | conf | ) | const |
Definition at line 121 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 59 of file oops/interface/ModelAuxControl.h.