Skip to content

Commit

Permalink
#1355 Added conf_key_obs_name_map, conf_key_metadata_map, and conf_ke…
Browse files Browse the repository at this point in the history
…y_missing_thresh
  • Loading branch information
hsoh-u committed Nov 17, 2020
1 parent 9a63ccf commit ecca59a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions met/src/basic/vx_config/config_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ static const char conf_key_message_type_map[] = "message_type_map";
static const char conf_key_message_type_group_map[] = "message_type_group_map";
static const char conf_key_obs_bufr_map[] = "obs_bufr_map";
static const char conf_key_obs_bufr_var[] = "obs_bufr_var";
static const char conf_key_obs_name_map[] = "obs_name_map";
static const char conf_key_obs_prefbufr_map[] = "obs_prefbufr_map";
static const char conf_key_key[] = "key";
static const char conf_key_val[] = "val";
Expand Down Expand Up @@ -616,6 +617,8 @@ static const char conf_key_gaussian_radius[] = "gaussian_radius";
static const char conf_key_trunc_factor[] = "gaussian_trunc_factor";
static const char conf_key_eclv_points[] = "eclv_points";
static const char conf_key_var_name_map[] = "var_name_map";
static const char conf_key_metadata_map[] = "metadata_map";
static const char conf_key_missing_thresh[] = "missing_thresh";

//
// Entries to override file metadata
Expand Down

0 comments on commit ecca59a

Please sign in to comment.