Skip to content

Commit

Permalink
allowing multiple years
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Apr 30, 2020
1 parent 6599c1f commit aa6cd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def common_args(f):
help="Create json file to add request to queue"),
click.option('--stream', '-s', required=True, type=click.Choice(['surface','wave','pressure', 'land']),
help="ECMWF stream currently operative analysis surface, pressure levels, wave model and ERA5 land"),
click.option('--year', '-y', required=True,
click.option('--year', '-y', multiple=True, required=True,
help="year to download"),
click.option('--month', '-m', multiple=True,
help="month/s to download, if not specified all months for year will be downloaded "),
Expand Down

0 comments on commit aa6cd85

Please sign in to comment.