Skip to content

Commit 446424f

Browse files
committed
Change default model file to use cfg format.
1 parent f2e31c3 commit 446424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkout_externals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def commandline_arguments():
220220
#
221221
# user options
222222
#
223-
parser.add_argument('-m', '--model', nargs='?', default='CESM.xml',
223+
parser.add_argument('-m', '--model', nargs='?', default='CESM.cfg',
224224
help='The model description filename. '
225225
'Default: %(default)s.')
226226

0 commit comments

Comments
 (0)