Skip to content

Commit

Permalink
Undo change to setup_expt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed May 31, 2024
1 parent 35cb29d commit 21c1d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def _gefs_args(parser):
description = """
Setup files and directories to start a GFS parallel.\n
Create EXPDIR, copy config files.\n
Create ROTDIR experiment directory,
Create ROTDIR experiment directory structure,
"""

parser = ArgumentParser(description=description,
Expand Down Expand Up @@ -580,6 +580,7 @@ def main(*argv):

if create_rotdir:
makedirs_if_missing(rotdir)
fill_ROTDIR(host, user_inputs)

if create_expdir:
makedirs_if_missing(expdir)
Expand Down

0 comments on commit 21c1d22

Please sign in to comment.