Skip to content

Commit

Permalink
fix where func is called
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored and Klaus Zimmermann committed Nov 2, 2023
1 parent 165a2b9 commit 192607e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def cmorization(in_dir, out_dir, cfg, cfg_user, start_date, end_date):
yearly_cube = concatenate(monthly_cubes)
# Fix monthly time bounds
time = yearly_cube.coord('time')
time.bounds = _get_time_bounds(time, 'mon')
time.bounds = get_time_bounds(time, 'mon')
save_variable(yearly_cube,
var,
out_dir,
Expand Down

0 comments on commit 192607e

Please sign in to comment.