Skip to content

Commit

Permalink
Adding add_lake=true to c96.uniform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanSunNOAA committed Oct 20, 2023
1 parent 73b193a commit 3e2808d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions reg_tests/grid_gen/c96.uniform.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)}

Expand Down

0 comments on commit 3e2808d

Please sign in to comment.