Skip to content

Commit 15acb78

Browse files
azadeh-ghAzadeh GholoubiAzadeh Gholoubi
authored
Add YAML configuration files for SEVIRI M08 and M11 with Thinning and Quality Control (#40)
**Description:** This PR adds YAML configuration files for `seviri_m08` and `seviri_m11` into JEDI, along with thinning and observation quality control. The the bufr2ioda python converter for these observations has also been added to the GDASApp repository. **Related Issue:** [Evaluation of SEVIRI YAMLs #756](NOAA-EMC/GDASApp#765) **New files include:** - `observation_chronicle/atmosphere/seviri_m08.yaml` - `observation_chronicle/atmosphere/seviri_m11.yaml` - `observations/atmosphere/seviri_m08.yaml.j2` - `observations/atmosphere/seviri_m11.yaml.j2` --------- Co-authored-by: Azadeh Gholoubi <gholoubi@hercules-login-2.hpc.msstate.edu> Co-authored-by: Azadeh Gholoubi <gholoubi@hercules-login-4.hpc.msstate.edu>
1 parent b8e995a commit 15acb78

File tree

4 files changed

+1054
-0
lines changed

4 files changed

+1054
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Instrument metadata
2+
# -------------------
3+
commissioned: 2012-05-22T00:00:00
4+
observer_type: satellite # Type of chronicle to use
5+
6+
# Instrument initial configuration
7+
# --------------------------------
8+
channel_variables:
9+
simulated: min
10+
active: min
11+
biascorrtd: min
12+
error: max
13+
error_cld: max
14+
ermax: max
15+
16+
channel_values:
17+
# sim act bcd err errcld ermax
18+
4: [ 1, -1, -1, 1.80, 0.00, 2.00 ]
19+
5: [ 1, 1, -1, 2.50, 0.00, 4.00 ]
20+
6: [ 1, 1, -1, 2.25, 0.00, 3.50 ]
21+
7: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
22+
8: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
23+
9: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
24+
10: [ 1, -1, -1, 1.45, 0.00, 2.00 ]
25+
11: [ 1, -1, -1, 1.25, 0.00, 3.00 ]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Instrument metadata
2+
# -------------------
3+
commissioned: 2019-06-12T00:00:00
4+
observer_type: satellite # Type of chronicle to use
5+
6+
# Instrument initial configuration
7+
# --------------------------------
8+
channel_variables:
9+
simulated: min
10+
active: min
11+
biascorrtd: min
12+
error: max
13+
error_cld: max
14+
ermax: max
15+
16+
channel_values:
17+
# sim act bcd err errcld ermax
18+
4: [ 1, -1, -1, 0.75, 0.00, 2.00 ]
19+
5: [ 1, 1, -1, 2.50, 0.00, 4.00 ]
20+
6: [ 1, 1, -1, 2.25, 0.00, 3.50 ]
21+
7: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
22+
8: [ 1, -1, -1, 1.25, 0.00, 2.00 ]
23+
9: [ 1, -1, -1, 0.75, 0.00, 2.00 ]
24+
10: [ 1, -1, -1, 0.80, 0.00, 2.00 ]
25+
11: [ 1, -1, -1, 1.25, 0.00, 3.00 ]

0 commit comments

Comments
 (0)