Skip to content

Commit

Permalink
Per #1546, change output filename to use underscore instead of colon …
Browse files Browse the repository at this point in the history
…because that is an invalid character for GHA artifacts
  • Loading branch information
georgemccabe committed Jan 25, 2022
1 parent dd26457 commit f37e09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/xml/unit_pcp_combine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@
-subtract \
&DATA_DIR_MODEL;/p_interp/wrfout_d01_2008-08-08_12:00:00_PLEV 'name="RAINNC";level="(0,*,*)";' \
&DATA_DIR_MODEL;/p_interp/wrfout_d01_2008-08-08_06:00:00_PLEV 'name="RAINNC";level="(0,*,*)";' \
&OUTPUT_DIR;/pcp_combine/wrfout_d01_2008-08-08_12:00:00_PLEV_APCP06.nc
&OUTPUT_DIR;/pcp_combine/wrfout_d01_2008-08-08_12_00_00_PLEV_APCP06.nc
</param>
<output>
<grid_nc>&OUTPUT_DIR;/pcp_combine/wrfout_d01_2008-08-08_12:00:00_PLEV_APCP06.nc</grid_nc>
<grid_nc>&OUTPUT_DIR;/pcp_combine/wrfout_d01_2008-08-08_12_00_00_PLEV_APCP06.nc</grid_nc>
</output>
</test>

Expand Down

0 comments on commit f37e09c

Please sign in to comment.