Skip to content

Commit

Permalink
reformat docstring for ../ush/create_aqm_rc_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Sep 11, 2024
1 parent 2549f4a commit 581598a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ush/create_aqm_rc_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def create_aqm_rc_file(cdate, run_dir, init_concentrations):
Args:
cdate (str): cycle date
run_dir (str): run directory
init_concentrations (bool): Flag to reset initial AQM concentrations (tracer values) to zero.
init_concentrations (bool): Flag to reset initial AQM concentrations (tracer values) to
zero.
Returns:
True
"""
Expand Down Expand Up @@ -141,9 +142,7 @@ def _parse_args(argv):
"""Parses command line arguments"""
parser = argparse.ArgumentParser(description="Creates aqm.rc file.")

parser.add_argument(
"-r", "--run-dir", dest="run_dir", required=True, help="Run directory."
)
parser.add_argument("-r", "--run-dir", dest="run_dir", required=True, help="Run directory.")

parser.add_argument(
"-c",
Expand Down

0 comments on commit 581598a

Please sign in to comment.