UFO
ufo::CloudLiquidWaterParameters Class Reference

Configuration parameters of the CloudLiquidWater predictor. More...

#include <CloudLiquidWater.h>

Inheritance diagram for ufo::CloudLiquidWaterParameters:
Collaboration diagram for ufo::CloudLiquidWaterParameters:

Public Attributes

oops::RequiredParameter< std::string > satellite {"satellite", this}
 We must specify a satellite reference name such as SSMIS to know which channels to expect. More...
 
oops::Parameter< std::string > varGroup {"varGroup", "ObsValue", this}
 In case we need to override the ObsValue group name with another optional group name. More...
 
oops::OptionalParameter< int > ch19h {"ch19h", this}
 
oops::OptionalParameter< int > ch19v {"ch19v", this}
 
oops::OptionalParameter< int > ch22v {"ch22v", this}
 
oops::OptionalParameter< int > ch37h {"ch37h", this}
 
oops::OptionalParameter< int > ch37v {"ch37v", this}
 
oops::OptionalParameter< int > ch91h {"ch91h", this}
 
oops::OptionalParameter< int > ch91v {"ch91v", this}
 
- Public Attributes inherited from ufo::PredictorParametersBase
oops::RequiredParameter< std::string > name {"name", this}
 Predictor name. More...
 

Detailed Description

Configuration parameters of the CloudLiquidWater predictor.

Definition at line 30 of file CloudLiquidWater.h.

Member Data Documentation

◆ ch19h

oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch19h {"ch19h", this}

List below is solely for SSMIS data, but a different list of channel numbers could be added for a different satellite platform in the future.

Definition at line 40 of file CloudLiquidWater.h.

◆ ch19v

oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch19v {"ch19v", this}

Definition at line 41 of file CloudLiquidWater.h.

◆ ch22v

oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch22v {"ch22v", this}

Definition at line 42 of file CloudLiquidWater.h.

◆ ch37h

oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch37h {"ch37h", this}

Definition at line 43 of file CloudLiquidWater.h.

◆ ch37v

oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch37v {"ch37v", this}

Definition at line 44 of file CloudLiquidWater.h.

◆ ch91h

oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch91h {"ch91h", this}

Definition at line 45 of file CloudLiquidWater.h.

◆ ch91v

oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch91v {"ch91v", this}

Definition at line 46 of file CloudLiquidWater.h.

◆ satellite

oops::RequiredParameter<std::string> ufo::CloudLiquidWaterParameters::satellite {"satellite", this}

We must specify a satellite reference name such as SSMIS to know which channels to expect.

Definition at line 35 of file CloudLiquidWater.h.

◆ varGroup

oops::Parameter<std::string> ufo::CloudLiquidWaterParameters::varGroup {"varGroup", "ObsValue", this}

In case we need to override the ObsValue group name with another optional group name.

Definition at line 37 of file CloudLiquidWater.h.


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