UFO
|
Configuration parameters of the CloudLiquidWater predictor. More...
#include <CloudLiquidWater.h>
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} |
![]() | |
oops::RequiredParameter< std::string > | name {"name", this} |
Predictor name. More... | |
Configuration parameters of the CloudLiquidWater predictor.
Definition at line 30 of file CloudLiquidWater.h.
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.
oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch19v {"ch19v", this} |
Definition at line 41 of file CloudLiquidWater.h.
oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch22v {"ch22v", this} |
Definition at line 42 of file CloudLiquidWater.h.
oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch37h {"ch37h", this} |
Definition at line 43 of file CloudLiquidWater.h.
oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch37v {"ch37v", this} |
Definition at line 44 of file CloudLiquidWater.h.
oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch91h {"ch91h", this} |
Definition at line 45 of file CloudLiquidWater.h.
oops::OptionalParameter<int> ufo::CloudLiquidWaterParameters::ch91v {"ch91v", this} |
Definition at line 46 of file CloudLiquidWater.h.
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.
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.