Skip to content

Commit

Permalink
Per #1904, fix command line in example to use -out instead of -outdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 23, 2021
1 parent 66e3bf9 commit ec188ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/scripts/examples/test_gen_ens_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ echo "*** Running Gen-Ens-Prod using GRIB forecasts ***"
gen_ens_prod \
-ens ../data/sample_fcst/2009123112/*gep*/d01_2009123112_02400.grib \
-config config/GenEnsProdConfig \
-outdir ${TEST_OUT_DIR}/gen_ens_prod/gen_ens_prod_20100101_120000V_ens.nc -v 2
-out ${TEST_OUT_DIR}/gen_ens_prod/gen_ens_prod_20100101_120000V_ens.nc -v 2

0 comments on commit ec188ea

Please sign in to comment.