Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Oct 19, 2023
1 parent a52208c commit 6c5d2a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ def restart_runs_spinup(work_root, model_cfg, cfg, start, hstart, hstop,
"""

for time in tools.iter_hours(start, hstart, hstop, cfg.restart_step):
print(time)
if time == start:
setattr(cfg, "first_one", True)
setattr(cfg, "second_one", False)
Expand Down

0 comments on commit 6c5d2a7

Please sign in to comment.