Skip to content

Commit b1cc8c6

Browse files
committed
Make param_nml an optional parameter.
Function should look for param_nml only when neither interp_template nor nday is specified.
1 parent 9bb32fc commit b1cc8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bdschism/bdschism/uv3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@click.command(help="Runs interpolate_variables utility to generate uv3d.th.nc.")
99
@click.option(
1010
"--param_nml",
11-
default="param.nml",
11+
default=None,
1212
type=click.Path(exists=True),
1313
help="Name of parameter file (default: param.nml).",
1414
)

0 commit comments

Comments
 (0)