Skip to content

Commit

Permalink
#3007 Cahnged API for IODADataConfInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Dec 21, 2024
1 parent bc438d8 commit 587dd70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tools/other/ioda2nc/ioda2nc_conf_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ void IODA2NCConfInfo::read_config(const char *default_file_name,
// Read the config file constants
conf.read(replace_path(config_const_filename).c_str());

IODADataConfInfo::read_data_config(default_file_name, user_file_name);

// Read the default config file
conf.read(default_file_name);

Expand Down Expand Up @@ -109,7 +111,7 @@ void IODA2NCConfInfo::process_config() {
// Done by the base class
// Conf: missing_thresh
// Conf: obs_name_map, metadata_map, obs_to_qc_map
IODADataConfInfo::process_config();
IODADataConfInfo::process_data_config();

// Conf: version
version = parse_conf_version(&conf);
Expand Down

0 comments on commit 587dd70

Please sign in to comment.