Skip to content

Commit

Permalink
Update nexus_nei2016_control_tilefix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa authored Jan 5, 2023
1 parent e358019 commit ec82dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/python/nexus_nei2016_control_tilefix.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_start_time(fname):
if __name__ == '__main__':

parser = ArgumentParser(description='Modify the start and end date of the NEXUS config script', formatter_class=ArgumentDefaultsHelpFormatter)
parser.add_argument('-f', '--files', help='input NEXUS_Config.rc file name', type=str, default='NEXUS_Config.rc', required=True)
parser.add_argument('-f', '--files', help='input NEXUS_Config.rc file name', type=str, default='NEXUS_Config.rc', required=False)
parser.add_argument('-t', '--time_file', help='HEMCO Time File: HEMCO_sa_Time.rc', default='HEMCO_sa_Time.rc', required=False)

args = parser.parse_args()
Expand Down

0 comments on commit ec82dda

Please sign in to comment.