diff --git a/reg_tests/grid_gen/c96.uniform.sh b/reg_tests/grid_gen/c96.uniform.sh index 6811c71af..d4f569d51 100755 --- a/reg_tests/grid_gen/c96.uniform.sh +++ b/reg_tests/grid_gen/c96.uniform.sh @@ -1,9 +1,9 @@ #!/bin/bash #----------------------------------------------------------------------- -# Create a C96 global uniform grid. Compare output to a set -# of baseline files using the 'nccmp' utility. This script is -# run by the machine specific driver script. +# Create a C96 global uniform grid including inland lakes. Compare +# output to a set of baseline files using the 'nccmp' utility. This +# script is run by the machine specific driver script. #----------------------------------------------------------------------- set -x @@ -13,6 +13,8 @@ export out_dir=${WORK_DIR}/c96.uniform export res=96 export gtype=uniform +export add_lake=true +export lake_data_srce=MODISP_GLDBV3 NCCMP=${NCCMP:-$(which nccmp)}