Skip to content

Commit

Permalink
apps/radar/Qucid - working on LegacyParams
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Jan 27, 2024
1 parent 41dd662 commit 2472564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions codebase/apps/radar/src/Qucid/CIDD.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
//

field_list = {
{ "WIDE area products", "WIDE_" },
{ "SPOL QC", "SPOLQC_" },
{ "SPOL field", "SPOL_" },
{ "NEXRAD radial moments", "NEXR_" }
{ "WIDE", "WIDE_" },
{ "SPOL-QC", "SPOLQC_" },
{ "SPOL-field", "SPOL_" },
{ "NEXRAD", "NEXR_" }
};

</GUI_CONFIG>
Expand Down
2 changes: 1 addition & 1 deletion codebase/apps/radar/src/Qucid/LegacyParams.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int LegacyParams::translateToTdrp(const string &legacyParamsPath,
// read in GUI config

if (_readGuiConfig() == 0) {
_guiConfig.print(stdout);
// _guiConfig.print(stdout);
}

// read in gridded fields
Expand Down

0 comments on commit 2472564

Please sign in to comment.