Skip to content

Commit

Permalink
For #2044, fix a typo in PB2NCConfig_G212. A commented out obs_bufr_v…
Browse files Browse the repository at this point in the history
…ar entry should really be obs_bufr_map and not commented out.
  • Loading branch information
JohnHalleyGotway committed Feb 17, 2022
1 parent ce3582d commit 1852dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/scripts/config/PB2NCConfig_G212
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ obs_bufr_var = [ "QOB", "TOB", "ZOB", "UOB", "VOB",
// Mapping of BUFR variable name to GRIB name. The default map is defined at
// obs_prepbufr_map. This replaces/expends the default map.
//
//obs_bufr_var = [];
obs_bufr_map = [];

////////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 1852dae

Please sign in to comment.