UFO
|
Options applying to the retrieval of cloud liquid water from 23.8 GHz and. More...
#include <CLWRetMW.h>
Public Attributes | |
oops::OptionalParameter< int > | ch238 {"clwret_ch238", this} |
oops::OptionalParameter< 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", "ObsBiasData", this} |
oops::OptionalParameter< int > | ch37h {"clwret_ch37h", this} |
oops::OptionalParameter< int > | ch37v {"clwret_ch37v", this} |
oops::OptionalParameter< int > | ch18h {"clwret_ch18h", this} |
For retrieving AMSR2 cloud liquid water. More... | |
oops::OptionalParameter< int > | ch18v {"clwret_ch18v", this} |
oops::OptionalParameter< int > | ch36h {"clwret_ch36h", this} |
oops::OptionalParameter< int > | ch36v {"clwret_ch36v", this} |
oops::OptionalParameter< std::vector< float > > | origbias {"sys_bias", this} |
Options applying to the retrieval of cloud liquid water from 23.8 GHz and.
Definition at line 29 of file CLWRetMW.h.
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 58 of file CLWRetMW.h.
oops::OptionalParameter<int> ufo::CLWRetMWParameters::ch18h {"clwret_ch18h", this} |
For retrieving AMSR2 cloud liquid water.
Definition at line 73 of file CLWRetMW.h.
oops::OptionalParameter<int> ufo::CLWRetMWParameters::ch18v {"clwret_ch18v", this} |
Definition at line 74 of file CLWRetMW.h.
oops::OptionalParameter<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 37 of file CLWRetMW.h.
oops::OptionalParameter<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 43 of file CLWRetMW.h.
oops::OptionalParameter<int> ufo::CLWRetMWParameters::ch36h {"clwret_ch36h", this} |
Definition at line 75 of file CLWRetMW.h.
oops::OptionalParameter<int> ufo::CLWRetMWParameters::ch36v {"clwret_ch36v", this} |
Definition at line 76 of file CLWRetMW.h.
oops::OptionalParameter<int> ufo::CLWRetMWParameters::ch37h {"clwret_ch37h", this} |
Cloud index CIret_37v37h_diff: 1.0 - (Tb_37v - Tb_37h)/(Tb_37v_clr - Tb_37h_clr), which is used in all-sky DA. Tb_37v_clr and Tb_37h_clr for calculated Tb at 37V and 37H GHz from model values assuming in clear-sky condition. Tb_37v and Tb_37h are Tb observations at 37 V and 37H GHz.
Definition at line 69 of file CLWRetMW.h.
oops::OptionalParameter<int> ufo::CLWRetMWParameters::ch37v {"clwret_ch37v", this} |
Definition at line 70 of file CLWRetMW.h.
oops::OptionalParameter<std::vector<float> > ufo::CLWRetMWParameters::origbias {"sys_bias", this} |
Definition at line 77 of file CLWRetMW.h.
oops::Parameter<std::string> ufo::CLWRetMWParameters::testBias {"test_bias", "ObsBiasData", this} |
Name of the bias correction group used to replace the default group (default is ObsBiasData) Example: use observation bias correction values from GSI test_bias: GsiObsBias
Definition at line 63 of file CLWRetMW.h.
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 51 of file CLWRetMW.h.