OOPS
oops::GenericModelParameters Class Reference

A subclass of ModelParametersBase storing the values of all options in a single Configuration object. More...

#include <ModelBase.h>

Inheritance diagram for oops::GenericModelParameters:
Collaboration diagram for oops::GenericModelParameters:

Public Attributes

ConfigurationParameter config {this}
 
- Public Attributes inherited from oops::ModelParametersBase
OptionalParameter< std::string > name {"name", this}
 Model name. More...
 

Detailed Description

A subclass of ModelParametersBase storing the values of all options in a single Configuration object.

This object can be accessed by calling the value() method of the config member variable.

The ConfigurationParameter class does not perform any parameter validation; models using GenericModelParameters should therefore ideally be refactored, replacing this class with a dedicated subclass of ModelParametersBase storing each parameter in a separate (Optional/Required)Parameter object.

Definition at line 121 of file generic/ModelBase.h.

Member Data Documentation

◆ config

ConfigurationParameter oops::GenericModelParameters::config {this}

Definition at line 124 of file generic/ModelBase.h.


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