IODA Bundle
wrfda_ncdiag Namespace Reference

Classes

class  Radiances
 

Variables

int wrfda_miss_float = -888888.
 
int wrfda_miss_int = -888888
 
dictionary all_LocKeyList
 
dictionary wrfda_add_vars
 
list rad_platform_sensor_combos
 
dictionary wrfda2crtm_satellite_map
 
dictionary sensor_chanlist_dict
 
dictionary rad_platform_sensor_ObsError
 
dictionary units_values
 
dictionary test_fields
 

Variable Documentation

◆ all_LocKeyList

dictionary wrfda_ncdiag.all_LocKeyList
Initial value:
1 = {
2  'date': [('datetime', 'string')],
3  'lat': [('latitude', 'float')],
4  'lon': [('longitude', 'float')],
5  'elv': [('height_above_mean_sea_level', 'float')],
6  'scanpos': [('scan_position', 'float')],
7  'satzen': [('sensor_zenith_angle', 'float'),
8  ('sensor_view_angle', 'float')],
9  'satazi': [('sensor_azimuth_angle', 'float')],
10  'solzen': [('solar_zenith_angle', 'float')],
11  'solazi': [('solar_azimuth_angle', 'float')],
12  'cloud_frac': [('cloud_area_fraction', 'float')],
13 }

Definition at line 23 of file wrfda_ncdiag.py.

◆ rad_platform_sensor_combos

list wrfda_ncdiag.rad_platform_sensor_combos

Definition at line 46 of file wrfda_ncdiag.py.

◆ rad_platform_sensor_ObsError

dictionary wrfda_ncdiag.rad_platform_sensor_ObsError
Initial value:
1 = {
2  'goes-16-abi': [2.720, 1.790, 1.920, 1.740, 5.000, wrfda_miss_float, 3.080, 3.060, 2.820, 1.740],
3  'goes-17-abi': [wrfda_miss_float]*10,
4  'himawari-8-ahi': [1.052, 1.700, 1.700, 1.350, 0.814, wrfda_miss_float, 0.871, 0.926, 0.933, 0.787],
5 }

Definition at line 105 of file wrfda_ncdiag.py.

◆ sensor_chanlist_dict

dictionary wrfda_ncdiag.sensor_chanlist_dict
Initial value:
1 = {
2  'abi': list(range(7, 17)),
3  'ahi': list(range(7, 17)),
4 }

Definition at line 100 of file wrfda_ncdiag.py.

◆ test_fields

dictionary wrfda_ncdiag.test_fields
Initial value:
1 = {
2 }

Definition at line 198 of file wrfda_ncdiag.py.

◆ units_values

dictionary wrfda_ncdiag.units_values

Definition at line 115 of file wrfda_ncdiag.py.

◆ wrfda2crtm_satellite_map

dictionary wrfda_ncdiag.wrfda2crtm_satellite_map
Initial value:
1 = {
2  # 'eos-2': 'aqua',
3  # 'fy3-1': 'fy3a',
4  # 'fy3-2': 'fy3b',
5  # 'fy3-3': 'fy3c',
6  # 'gcom-w-1': 'gcom-w1',
7  'goes-16': 'g16',
8  'goes-17': 'g17',
9  'himawari-8': 'himawari8',
10  # 'jpss-0': 'npp',
11  # 'metop-1': 'metop-a',
12  # 'metop-2': 'metop-b',
13  # 'msg-2': 'm09',
14  # 'msg-3': 'm10',
15  # 'noaa-15': 'n15',
16  # 'noaa-16': 'n16',
17  # 'noaa-17': 'n17',
18  # 'noaa-18': 'n18',
19  # 'noaa-19': 'n19',
20  # 'noaa-20': 'n20',
21 }

Definition at line 78 of file wrfda_ncdiag.py.

◆ wrfda_add_vars

dictionary wrfda_ncdiag.wrfda_add_vars
Initial value:
1 = {
2  # 'tb_bak': 'WrfdaHofX',
3  # 'tb_bak_clr': 'WrfdaHofXClrSky',
4  'tb_omb': 'WrfdaOmB',
5  'tb_err': 'WrfdaFinalObsError',
6  # 'cloud_obs': 'WrfdaCloudObs',
7  # 'cloud_mod': 'WrfdaCloudModel',
8 }

Definition at line 37 of file wrfda_ncdiag.py.

◆ wrfda_miss_float

int wrfda_ncdiag.wrfda_miss_float = -888888.

Definition at line 20 of file wrfda_ncdiag.py.

◆ wrfda_miss_int

int wrfda_ncdiag.wrfda_miss_int = -888888

Definition at line 21 of file wrfda_ncdiag.py.