OOPS
ObsOperatorParameters.h
Go to the documentation of this file.
1 /*
2  * (C) Crown copyright 2021, Met Office
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #ifndef QG_MODEL_OBSOPERATORPARAMETERS_H_
9 #define QG_MODEL_OBSOPERATORPARAMETERS_H_
10 
11 #include "oops/util/parameters/ConfigurationParameter.h"
12 #include "oops/util/parameters/Parameters.h"
13 
14 namespace qg {
15 
16 /// Parameters controlling the observation operator for the QG model.
17 class ObservationParameters : public oops::Parameters {
19  public:
20  oops::ConfigurationParameter config{this};
21 };
22 
23 // -----------------------------------------------------------------------------
24 
25 } // namespace qg
26 
27 #endif // QG_MODEL_OBSOPERATORPARAMETERS_H_
Parameters controlling the observation operator for the QG model.
oops::ConfigurationParameter config
OOPS_CONCRETE_PARAMETERS(ObservationParameters, Parameters)
The namespace for the qg model.