Skip to content

Commit

Permalink
Merge branch 'enddate' of github.com:C2SM/processing-chain into enddate
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Oct 30, 2023
2 parents 452ef8f + dbae23d commit 7f10d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/post_int2lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main(cfg, model_cfg):
for hour in tools.iter_hours(yyyymmddhh_prev, yyyymmddhh_next2, 1):
print(hour)
outfile = os.path.join(cfg.int2lm_output,
hour.strftime('lbfd%Y%m%d%H' + '.nc'))
hour.strftime('lbfd%Y%m%d%H' + '.nc'))
if os.path.exists(outfile):
with nc.Dataset(outfile, 'a') as outf, nc.Dataset(f) as inf:
for chem in chem_list:
Expand Down

0 comments on commit 7f10d6f

Please sign in to comment.