Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjbarnes committed Aug 21, 2024
1 parent 31b4e8f commit 72b8a0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,7 @@ def get_glorys_rectangular(
self.latitude_extent,
[
self.date_range[0],
datetime.datetime.strptime(self.date_range[0], "%Y-%m-%d %H:%M:%S")
+ datetime.timedelta(days=1),
self.date_range[0] + datetime.timedelta(days=1),
],
"ic_unprocessed",
raw_boundaries_path,
Expand Down

0 comments on commit 72b8a0a

Please sign in to comment.