Skip to content

Commit

Permalink
Per #1546, changed output filenames that include colon to use undersc…
Browse files Browse the repository at this point in the history
…ore instead
  • Loading branch information
georgemccabe committed Jan 25, 2022
1 parent f37e09c commit 24ad533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/xml/unit_ascii2nc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
<exec>&MET_BIN;/ascii2nc</exec>
<param> \
&DATA_DIR_OBS;/ascii/qc_out_2012-09-07_00:00:00.GRM_P+FCST \
&OUTPUT_DIR;/ascii2nc/qc_out_2012-09-07_00:00:00.GRM_P_FCST.nc \
&OUTPUT_DIR;/ascii2nc/qc_out_2012-09-07_00_00_00.GRM_P_FCST.nc \
-v 1
</param>
<output>
<point_nc>&OUTPUT_DIR;/ascii2nc/qc_out_2012-09-07_00:00:00.GRM_P_FCST.nc</point_nc>
<point_nc>&OUTPUT_DIR;/ascii2nc/qc_out_2012-09-07_00_00_00.GRM_P_FCST.nc</point_nc>
</output>
</test>

Expand Down
4 changes: 2 additions & 2 deletions test/xml/unit_plot_data_plane.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
&DATA_DIR_MODEL;/p_interp/wrfout_d01_2008-08-08_12:00:00_PLEV \
&OUTPUT_DIR;/plot_data_plane/wrfout_d01_2008-08-08_12:00:00_PLEV_NC_PINTERP_PRES_SFC.ps \
&OUTPUT_DIR;/plot_data_plane/wrfout_d01_2008-08-08_12_00_00_PLEV_NC_PINTERP_PRES_SFC.ps \
'name = "PSFC"; level = "(0,*,*)";' \
-title "NC PINTERP Pressure at the Surface" \
-v 1
</param>
<output>
<ps>&OUTPUT_DIR;/plot_data_plane/wrfout_d01_2008-08-08_12:00:00_PLEV_NC_PINTERP_PRES_SFC.ps</ps>
<ps>&OUTPUT_DIR;/plot_data_plane/wrfout_d01_2008-08-08_12_00_00_PLEV_NC_PINTERP_PRES_SFC.ps</ps>
</output>
</test>

Expand Down

0 comments on commit 24ad533

Please sign in to comment.