Feature #2924 parse_config#2963
Merged
JohnHalleyGotway merged 19 commits intodevelopfrom feature_2924_parse_configSep 17, 2024
+462-207
Commits
Commits on Sep 5, 2024
- committed
Per #2924, remove const from the parent() member function so that we can perform lookups for the parent.
committedPer #2924, update the signature for and logic of the utility functions that retrieve the climatology data. Rather than requiring all the climo_mean and climo_stdev dictionary entries to be defined …
committedPer #2924, update all calls to the climatology utility functions based on the new function signature. Also update the tools to check the number of climo fields separately for the forecast and obser…
committed- committed
Per #2924, update the parsing logic for the climatology regrid dictionary. Use config.fcst.climo_mean.regrid first, config.fcst.regrid second, and config.climo_mean.regrid third. Notably, DO NOT us…
committedMET Tools Test Account- committedMET Tools Test Account
- committedMET Tools Test Account
Per #2924, move 'fcst.regrid' into 'fcst.climo_mean.regrid'. Defining the climatology regridding logic inside fcst is problematic because it applies to the forecast data as well and you end up with…
committed
Commits on Sep 6, 2024
Commits on Sep 12, 2024
Per #2924, based on PR feedback from @georgemccabe, add the Upper_Left, Upper_Right, Lower_Right, and Lower_Left interpolation methods to the list of valid options for regridding, as already indica…
committed- committed
Per #2924, update the logic of parse_conf_regrid() to (hopefully) make it work the way @georgemccabe expects it to. It now uses pointers to both the primary and default dictionaries and parses each…
committed- committedMET Tools Test Account