Skip to content

Commit

Permalink
Do not restrict file types and converters for sea ice input
Browse files Browse the repository at this point in the history
  • Loading branch information
joewkr committed Jan 15, 2024
1 parent 2a1b240 commit 12b08d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pysurfex/cmd_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,15 +627,14 @@ def parse_args_first_guess_for_oi(argv):
default=None,
help="Ice thickness file format",
nargs="?",
choices=["fa"],
choices=["grib1", "grib2", "netcdf", "surfex", "fa"],
)
parser.add_argument(
"--icetk_converter",
type=str,
default="none",
help="",
nargs="?",
choices=["none"],
)

parser.add_argument(
Expand Down

0 comments on commit 12b08d4

Please sign in to comment.