Skip to content

Commit

Permalink
Correct sensor amsua_n19 typo (NOAA-EMC#751)
Browse files Browse the repository at this point in the history
The `Useflag check` in `amsua_n19.yaml` specified the wrong sensor. The
string `amaua_n19` was used instead of `amsua_n19`. The typo is
corrected in
[`feature/amsua_n19`](https://github.com/NOAA-EMC/GDASApp/tree/feature/amsua_n19).

Fixes NOAA-EMC#726
  • Loading branch information
RussTreadon-NOAA committed Nov 20, 2023
1 parent ea9b6d2 commit 302eda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/atm/obs/config/amsua_n19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ obs filters:
- name: ObsFunction/ChannelUseflagCheckRad
channels: *amsua_n19_channels
options:
sensor: amaua_n19
sensor: amsua_n19
channels: *amsua_n19_channels
use_flag: [ 1, 1, 1, 1, 1,
1, -1, -1, 1, 1,
Expand Down

0 comments on commit 302eda5

Please sign in to comment.