Skip to content

Commit

Permalink
Update src/um_fields_subset.py
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Marchegiani <davide.marchegiani@gmail.com>
  • Loading branch information
leoberhelman and atteggiani authored Feb 3, 2025
1 parent 3cf7931 commit d0ba776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/um_fields_subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def parse_args():
help="Only include prognostic variables (sections 0, 33 and 34). Cannot be used together with --include or --exclude.")
meg.add_argument('--include', dest='include_list', type=convert_to_list, metavar="STASH_CODES",
help="Comma-separated list of STASH codes to include in the output file. Any STASH code present in the input file, but not contained in this STASH code list, will not be present in the output file. Cannot be used together with --prognostic or --exclude.")
meg.add_argument('--exclude', dest='exclude_list', type=convert_to_list, metavar="STASH_CODE",
meg.add_argument('--exclude', dest='exclude_list', type=convert_to_list, metavar="STASH_CODES",
help="Comma-separated list of STASH codes to exclude from the output file. All STASH codes present in the input file, but not contained in this STASH code list, will be present in the output file. Cannot be used together with --prognostic or --include.")
parser.add_argument('--validate', action='store_true',
help='Validate the output fields file using mule validation.')
Expand Down

0 comments on commit d0ba776

Please sign in to comment.