Skip to content

Commit

Permalink
Update develop-ref after dtcenter/MET#2988 (#2729)
Browse files Browse the repository at this point in the history
removed commit summary to prevent error in GHA with printing GITHUB context
  • Loading branch information
github-actions[bot] authored Oct 15, 2024
1 parent 4ce4478 commit b227d5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/update_truth_change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
[20240910_19:03:38 develop] dtcenter/MET#2967 - Fixes integer overflow bug in the computation of the CTS and NBRCTS ORSS, ORSS_NCL, and ORSS_NCU columns.
[20240926_16:50:38 develop] #2701 - #2701 added a new use case (SeriesAnalysis_aggr) that produces new output
[20241014_19:42:56 develop] dtcenter/MET#2988 - dtcenter/MET#2988 -- see issue #2719 for details -- retry because there was an issue with convert not being available in the ubuntu image that runs the unit tests
[20241015_17:11:29 develop] dtcenter/MET#2988 - dtcenter/MET#2988 -- see issue #2719 for details -- retry (again) because there was an issue with convert not being available in the ubuntu image that runs the unit tests and METdbLoad use cases were broken
6 changes: 4 additions & 2 deletions parm/use_cases/met_tool_wrapper/METdbLoad/METdbLoadConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
<mode_header_db_check>${METPLUS_MV_MODE_HEADER_DB_CHECK}</mode_header_db_check>
<drop_indexes>${METPLUS_MV_DROP_INDEXES}</drop_indexes>
<apply_indexes>${METPLUS_MV_APPLY_INDEXES}</apply_indexes>
<group>${METPLUS_MV_GROUP}</group>

<load_stat>${METPLUS_MV_LOAD_STAT}</load_stat>
<load_mode>${METPLUS_MV_LOAD_MODE}</load_mode>
<load_mtd>${METPLUS_MV_LOAD_MTD}</load_mtd>
<load_mpr>${METPLUS_MV_LOAD_MPR}</load_mpr>

<group>${METPLUS_MV_GROUP}</group>

<folder_tmpl>{dirs}</folder_tmpl>
<load_val>
<field name="dirs">
${METPLUS_INPUT_PATHS}
</field>
</load_val>
</load_spec>
</load_spec>

0 comments on commit b227d5c

Please sign in to comment.