Skip to content

Commit

Permalink
Merge branch 'variants_features' of github.com:C2SM/processing-chain …
Browse files Browse the repository at this point in the history
…into variants_features
  • Loading branch information
mjaehn committed Sep 15, 2023
2 parents b9de4cc + d2086ea commit bd608c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/cosmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def main(starttime, hstart, hstop, cfg, model_cfg):
"Start time %s must not be smaller than in laf_starttime %s." %
(str(starttime), str(startfiletime)))

# Create restart directory if feature is present and
# Create restart directory if feature is present and
# if there is no spinup
if 'restart' in model_cfg['models'][cfg.model]['features'] and not \
hasattr(cfg, 'spinup'):
Expand Down

0 comments on commit bd608c8

Please sign in to comment.