Skip to content

Commit 5455f86

Browse files
committed
Set default value of fminval in gen_domain to 1.0e-08
1 parent 381c5e3 commit 5455f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_domain_files/generate_domain_files_E3SM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class clr:END,RED,GREEN,MAGENTA,CYAN = '\033[0m','\033[31m','\033[32m','\033[35m
9494
help='Creation date stamp for domain files')
9595
parser.add_option('--fminval',
9696
dest='fminval',
97-
default=1e-3,
97+
default=1e-8,
9898
help='Minimum allowable land fraction (reset to 0 below fminval)')
9999
parser.add_option('--fmaxval',
100100
dest='fmaxval',

0 commit comments

Comments
 (0)