CLWRetSymmetricMW¶
This function estimates the Cloud Liquid Water (CLW) content at the observation location from both the model background
The estimate is the mean of the model and observed content:
The mean is used so that the
References¶
Geer A. J. and P Bauer, 2010: Enhanced use of all-sky microwave observations sensitive to water vapour, cloud and precipitation. ECMWF Technical Memoranda 620. http://dx.doi.org/10.21957/mi79jebka
Geer A. J. and P Bauer, 2011: Observation errors in all-sky data assimilation. https://doi.org/10.1002/qj.830
Required yaml parameters¶
Requires CLWRetMW inputs, and clwret_types of ObsValue (observations) TBs, and simulated bias-corrected TBs GsiHofXBc.
Returns clw_symmetric_amount.
Example configuration¶
AMSU-A Example (function_clwretmean.yaml), see “obs function” section below:
observations:
observers:
- obs space:
name: amsua_n19
obsdatain:
engine:
type: H5File
obsfile: Data/ufo/testinput_tier_1/amsua_n19_obs_2018041500_m_qc.nc4
simulated variables: [brightnessTemperature]
channels: 1, 2
geovals:
filename: Data/ufo/testinput_tier_1/amsua_n19_geoval_2018041500_m_qc.nc4
obs function:
name: ObsFunction/CLWRetSymmetricMW
options:
clwret_ch238: 1
clwret_ch314: 2
clwret_types: [ObsValue, GsiHofXBc]
variables: [clw_symmetric_amount]
tolerance: 1.0e-8