Skip to content

Commit

Permalink
PR #1816 for issue #1792 unexpectedly caused the NB to fail on 202106…
Browse files Browse the repository at this point in the history
…05. We changed -type from optional to required, but missed adding the -type option in unit_met_test_scripts.xml and unit_ref_config.xml. This is a hotfix to resolve that.
  • Loading branch information
John Halley Gotway committed Jun 5, 2021
1 parent f52da93 commit e302650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/xml/unit_met_test_scripts.xml
Expand Up @@ -32,7 +32,7 @@
&MET_DATA;/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
&MET_BASE;/poly/CONUS.poly \
&OUTPUT_DIR;/gen_vx_mask/CONUS_poly.nc \
-v 2
-type poly -v 2
</param>
<output>
<grid_nc>&OUTPUT_DIR;/gen_vx_mask/CONUS_poly.nc</grid_nc>
Expand Down
2 changes: 1 addition & 1 deletion test/xml/unit_ref_config.xml
Expand Up @@ -26,7 +26,7 @@
&DATA_DIR_MODEL;/grib1/ref_config/2011090200/AFWAv3.4_Noahv3.3/postprd/wrfprs_012.tm00 \
&MET_BASE;/poly/CONUS.poly \
&OUTPUT_DIR;/ref_config/gen_vx_mask/CONUS.nc \
-v 2
-type poly -v 2
</param>
<output>
<grid_nc>&OUTPUT_DIR;/ref_config/gen_vx_mask/CONUS.nc</grid_nc>
Expand Down

0 comments on commit e302650

Please sign in to comment.