Skip to content

Commit

Permalink
Merge branch 'monolithic_slit'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Morrison committed Jan 26, 2024
2 parents a7db18d + fcc8b47 commit d5edd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/uurundaily.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ def dailysummary(queue1, obs, run2d, run1d, module, logger, epoch = False, build
r.write(c+'\n')


makedirs(ptt.join(getenv('HOME'),'daily', "logs", "fieldmerge", run2d, f{"'-'.join(obs)"}),exist_ok=True)
fmerge_log = ptt.join(getenv('HOME'),'daily', "logs", "fieldmerge", run2d, f{"'-'.join(obs)","fieldmerge_"+str(jdate))
makedirs(ptt.join(getenv('HOME'),'daily', "logs", "fieldmerge", run2d, f"{'-'.join(obs)}"),exist_ok=True)
fmerge_log = ptt.join(getenv('HOME'),'daily', "logs", "fieldmerge", run2d, f"{'-'.join(obs)}","fieldmerge_"+str(jdate))
queue2.append(f"module purge ; module load {module} ; source {fmerge_cmd}",
outfile = fmerge_log+".o.log", errfile = fmerge_log+".e.log")
#if not epoch:
Expand Down

0 comments on commit d5edd5d

Please sign in to comment.