UFO
ufo::CLWRetMWParameters Class Reference

Options applying to the retrieval of cloud liquid water from 23.8 GHz and. More...

#include <CLWRetMW.h>

Inheritance diagram for ufo::CLWRetMWParameters:
Collaboration diagram for ufo::CLWRetMWParameters:

Public Attributes

oops::RequiredParameter< int > ch238 {"clwret_ch238", this}
 
oops::RequiredParameter< int > ch314 {"clwret_ch314", this}
 
oops::RequiredParameter< std::vector< std::string > > varGroup {"clwret_types", this}
 
oops::Parameter< std::string > addBias {"bias_application", "HofX", this}
 
oops::Parameter< std::string > testBias {"test_bias", "ObsBias", this}
 

Detailed Description

Options applying to the retrieval of cloud liquid water from 23.8 GHz and.

Definition at line 28 of file CLWRetMW.h.

Member Data Documentation

◆ addBias

oops::Parameter<std::string> ufo::CLWRetMWParameters::addBias {"bias_application", "HofX", this}

Name of the data group to which the bias correction is applied (default is HofX) Example: add bias corretion to simulated observation bias_application: HofX Example: add bias corretion to observation bias_application: ObsValue

Definition at line 57 of file CLWRetMW.h.

◆ ch238

oops::RequiredParameter<int> ufo::CLWRetMWParameters::ch238 {"clwret_ch238", this}

channel number corresponding to 23.8 GHz to which the retrieval of cloud liquid water applies Example: AMSU-A channel numbers used in cloud liquid water retrieval clwret_channels: 1

Definition at line 36 of file CLWRetMW.h.

◆ ch314

oops::RequiredParameter<int> ufo::CLWRetMWParameters::ch314 {"clwret_ch314", this}

channel number corresponding to 31.4 GHz to which the retrieval of cloud liquid water applies Example: AMSU-A channel numbers used in cloud liquid water retrieval clwret_channels: 2

Definition at line 42 of file CLWRetMW.h.

◆ testBias

oops::Parameter<std::string> ufo::CLWRetMWParameters::testBias {"test_bias", "ObsBias", this}

Name of the bias correction group used to replace the default group (default is ObsBias) Example: use observation bias correction values from GSI test_bias: GsiObsBias

Definition at line 62 of file CLWRetMW.h.

◆ varGroup

oops::RequiredParameter<std::vector<std::string> > ufo::CLWRetMWParameters::varGroup {"clwret_types", this}

Names of the data group used to retrieve the cloud liquid water Example: get retrieved CLW from observation and simulated observation respectively clwret_types: [ObsValue, HofX] Example: get retrieved CLW from observation or simulated observation only clwret_types: [ObsValue] clwret_types: [HofX]

Definition at line 50 of file CLWRetMW.h.


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