Skip to content

Commit

Permalink
Per #1371, update the test named series_analysis_AGGR_CMD_LINE to inc…
Browse files Browse the repository at this point in the history
…lude data for the F42 lead time that had previously been included for the same run in the develop branch. Note however that the timestamps in the output file for the develop branch (2012040900_to_2012041100) were wrong and have been corrected here (2012040900_to_2012041018) to match the actual data.
  • Loading branch information
JohnHalleyGotway committed Aug 29, 2024
1 parent 4f78b26 commit 52589c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/test_unit/xml/unit_series_analysis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,17 @@
<param> \
-fcst &DATA_DIR_MODEL;/grib1/gfs_hmt/gfs_2012040900_F030.grib \
&DATA_DIR_MODEL;/grib1/gfs_hmt/gfs_2012040900_F036.grib \
&DATA_DIR_MODEL;/grib1/gfs_hmt/gfs_2012040900_F042.grib \
-obs &DATA_DIR_OBS;/stage4_hmt/stage4_2012041006_06h.grib \
&DATA_DIR_OBS;/stage4_hmt/stage4_2012041012_06h.grib \
&DATA_DIR_OBS;/stage4_hmt/stage4_2012041018_06h.grib \
-aggr &OUTPUT_DIR;/series_analysis/series_analysis_CMD_LINE_APCP_06_2012040900_to_2012041000.nc \
-out &OUTPUT_DIR;/series_analysis/series_analysis_AGGR_CMD_LINE_APCP_06_2012040900_to_2012041012.nc \
-out &OUTPUT_DIR;/series_analysis/series_analysis_AGGR_CMD_LINE_APCP_06_2012040900_to_2012041018.nc \
-config &CONFIG_DIR;/SeriesAnalysisConfig \
-v 1
</param>
<output>
<grid_nc>&OUTPUT_DIR;/series_analysis/series_analysis_AGGR_CMD_LINE_APCP_06_2012040900_to_2012041012.nc</grid_nc>
<grid_nc>&OUTPUT_DIR;/series_analysis/series_analysis_AGGR_CMD_LINE_APCP_06_2012040900_to_2012041018.nc</grid_nc>
</output>
</test>

Expand Down

0 comments on commit 52589c9

Please sign in to comment.