Skip to content

Commit

Permalink
Merge branch 'async' of github.com:C2SM/processing-chain into async
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Jan 5, 2024
2 parents cdbb692 + 8b95db7 commit 18e3c54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jobs/prepare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def main(cfg):

copy_id = cfg.submit('prepare_data', script)


#-----------------------------------------------------
# Create LBC datafile lists (each at 00 UTC and others)
#-----------------------------------------------------
Expand Down Expand Up @@ -186,8 +185,8 @@ def main(cfg):
else:
dependencies = copy_id
icontools_id = cfg.submit(runscript,
runscript_path,
add_dep=dependencies)
runscript_path,
add_dep=dependencies)

# If COSMO (and not ICON):
else:
Expand Down Expand Up @@ -354,4 +353,4 @@ def main(cfg):

logging.info("OK")

cfg.finish_time_logging("prepare_data", launch_time)
cfg.finish_time_logging("prepare_data", launch_time)

0 comments on commit 18e3c54

Please sign in to comment.